summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-05 13:05:41 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-05 13:05:41 +0100
commit1bdde103a709f86c12a79446b053265ea14363c6 (patch)
tree8d0ad899384d2e1ca1772a00b931e0f3fd705437 /telepathy-glib/proxy.h
parentcc24e8c58c6a3514a046e7d1c14adcf7fd775f76 (diff)
downloadtelepathy-glib-1bdde103a709f86c12a79446b053265ea14363c6.tar.gz
Don't document @parent, @priv in object structs
Recent gtk-doc will ignore these anyway, leading to discrepancies between what we document and what actually ends up in the HTML; recent gtk-doc will also complain when it does this.
Diffstat (limited to 'telepathy-glib/proxy.h')
-rw-r--r--telepathy-glib/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/proxy.h b/telepathy-glib/proxy.h
index a2afe85f8..3b1fbdb02 100644
--- a/telepathy-glib/proxy.h
+++ b/telepathy-glib/proxy.h
@@ -55,9 +55,9 @@ typedef enum {
} TpDBusError;
struct _TpProxy {
+ /*<private>*/
GObject parent;
- /*<private>*/
TpDBusDaemon *dbus_daemon;
DBusGConnection *dbus_connection;
gchar *bus_name;