projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a058c1c
)
Fix malformed GTK-Doc comment blocks: correct struct name.
author
Dieter Verfaillie
<dieterv@optionexplicit.be>
Mon, 2 Apr 2012 15:03:56 +0000
(17:03 +0200)
committer
Johan Dahlin
<jdahlin@litl.com>
Thu, 5 Apr 2012 13:23:42 +0000
(10:23 -0300)
Found these thanks to improved gobject-introspection GTK-Doc
comment block/annotation parser from:
https://bugzilla.gnome.org/show_bug.cgi?id=672254
https://bugzilla.gnome.org/show_bug.cgi?id=673385
gio/giotypes.h
patch
|
blob
|
history
diff --git
a/gio/giotypes.h
b/gio/giotypes.h
index 2e4c367c2b6457af9743bf84add5adbb5e6ce469..a3abecc6f790bae1a5a83228d7abdb8635f0bd6f 100644
(file)
--- a/
gio/giotypes.h
+++ b/
gio/giotypes.h
@@
-179,7
+179,7
@@
typedef struct _GSocketClient GSocketClient;
**/
typedef struct _GSocketConnection GSocketConnection;
/**
- * GSocket
Client
:
+ * GSocket
Listener
:
*
* A helper class for network servers to listen for and accept connections.
*