summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.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/channel.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/channel.h')
-rw-r--r--telepathy-glib/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/channel.h b/telepathy-glib/channel.h
index 1da6ca185..3c28a0c06 100644
--- a/telepathy-glib/channel.h
+++ b/telepathy-glib/channel.h
@@ -45,6 +45,7 @@ struct _TpChannelClass {
};
struct _TpChannel {
+ /*<private*/
TpProxy parent;
TpChannelPrivate *priv;