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



commit fefe5d9a20756d58f4207ae26553d65d54037b20
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Mon Apr 2 17:03:56 2012 +0200

    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

 gio/giotypes.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/giotypes.h b/gio/giotypes.h
index 2e4c367..a3abecc 100644
--- a/gio/giotypes.h
+++ b/gio/giotypes.h
@@ -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.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]