Fix malformed GTK-Doc comment blocks: correct struct name.

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
This commit is contained in:
Dieter Verfaillie 2012-04-02 17:03:56 +02:00 committed by Johan Dahlin
parent a058c1c13e
commit fefe5d9a20

View 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.
*