summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-channel.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-05 14:23:46 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-05 14:23:46 +0200
commite8f9a27a388e2123a3281d610acbcd6a4b17d9a1 (patch)
tree33359ba8ebee20fdda15f4d9b19518e8908d2fc1 /telepathy-glib/base-channel.h
parentac0a38eb86993bb2b223f08d3402ff9e1d4be27a (diff)
downloadtelepathy-glib-e8f9a27a388e2123a3281d610acbcd6a4b17d9a1.tar.gz
Remove from doc sealed fields
Otherwise gtk-doc gets confused
Diffstat (limited to 'telepathy-glib/base-channel.h')
-rw-r--r--telepathy-glib/base-channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/base-channel.h b/telepathy-glib/base-channel.h
index 05d67003e..a4c5b1d26 100644
--- a/telepathy-glib/base-channel.h
+++ b/telepathy-glib/base-channel.h
@@ -56,7 +56,9 @@ struct _TpBaseChannelClass
const gchar *channel_type;
TpHandleType target_handle_type;
+ /*< private >*/
const gchar **_TP_SEAL (interfaces);
+ /*< public >*/
TpBaseChannelCloseFunc close;
TpBaseChannelFillPropertiesFunc fill_immutable_properties;