From fefe5d9a20756d58f4207ae26553d65d54037b20 Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Mon, 2 Apr 2012 17:03:56 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.7.4