[glib] Fix malformed GTK-Doc comment blocks: correct struct name.
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix malformed GTK-Doc comment blocks: correct struct name.
- Date: Thu, 5 Apr 2012 13:28:51 +0000 (UTC)
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]