diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2012-04-03 13:20:01 +0200 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2012-04-05 10:23:46 -0300 |
commit | 265526288958bfe576b02e4d3a2a5cf7d4ea60a5 (patch) | |
tree | 0bd3ea1cc81421f149a91bd81becc7af14afdc40 /gio/gunixconnection.h | |
parent | ce7f1a07890e081675f1522595e7a1b519bb6f5e (diff) | |
download | glib-265526288958bfe576b02e4d3a2a5cf7d4ea60a5.tar.gz |
Fix malformed GTK-Doc comment blocks: remove repeated comment blocks.
gio/gproxyresolver.h: GProxyResolver already documented in gio/giotypes.h
gio/gtlsbackend.h: GTlsBackend already documented in gio/gtlsbackend.c
gio/gtlsclientconnection.h: GTlsClientConnection already documented in gio/gtlsclientconnection.c
gio/gtlsconnection.h: GTlsConnection already documented in gio/gtlsconnection.c
gio/gunixconnection.h: GTcpConnection already documented in gio/giotypes.h
glib/gversion.h: GLIB_CHECK_VERSION already documented in glib/gversion.c
Found these thanks to the improved gobject-introspection
GTK-Doc comment block/annotation parser.
See https://bugzilla.gnome.org/show_bug.cgi?id=672254
https://bugzilla.gnome.org/show_bug.cgi?id=673385
Diffstat (limited to 'gio/gunixconnection.h')
-rw-r--r-- | gio/gunixconnection.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gio/gunixconnection.h b/gio/gunixconnection.h index e598ef553..018b08d46 100644 --- a/gio/gunixconnection.h +++ b/gio/gunixconnection.h @@ -39,13 +39,6 @@ G_BEGIN_DECLS #define G_UNIX_CONNECTION_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), \ G_TYPE_UNIX_CONNECTION, GUnixConnectionClass)) -/** - * GTcpConnection: - * - * A #GSocketConnection for UNIX domain socket connections. - * - * Since: 2.22 - */ typedef struct _GUnixConnection GUnixConnection; typedef struct _GUnixConnectionPrivate GUnixConnectionPrivate; typedef struct _GUnixConnectionClass GUnixConnectionClass; |