summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection.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/connection.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/connection.h')
-rw-r--r--telepathy-glib/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/connection.h b/telepathy-glib/connection.h
index fb917f976..1dbe5b527 100644
--- a/telepathy-glib/connection.h
+++ b/telepathy-glib/connection.h
@@ -43,6 +43,7 @@ struct _TpConnectionClass {
};
struct _TpConnection {
+ /*<private>*/
TpProxy parent;
TpConnectionPrivate *priv;
};