Fix malformed GTK-Doc comment blocks: correct struct name.
authorDieter Verfaillie <dieterv@optionexplicit.be>
Mon, 2 Apr 2012 15:03:56 +0000 (17:03 +0200)
committerJohan 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

index 2e4c367c2b6457af9743bf84add5adbb5e6ce469..a3abecc6f790bae1a5a83228d7abdb8635f0bd6f 100644 (file)
@@ -179,7 +179,7 @@ typedef struct _GSocketClient                               GSocketClient;
  **/
 typedef struct _GSocketConnection                           GSocketConnection;
 /**
- * GSocketClient:
+ * GSocketListener:
  *
  * A helper class for network servers to listen for and accept connections.
  *