summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection-manager.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-connection-manager.h
parentac0a38eb86993bb2b223f08d3402ff9e1d4be27a (diff)
downloadtelepathy-glib-e8f9a27a388e2123a3281d610acbcd6a4b17d9a1.tar.gz
Remove from doc sealed fields
Otherwise gtk-doc gets confused
Diffstat (limited to 'telepathy-glib/base-connection-manager.h')
-rw-r--r--telepathy-glib/base-connection-manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/base-connection-manager.h b/telepathy-glib/base-connection-manager.h
index 6658c6924..07652ef66 100644
--- a/telepathy-glib/base-connection-manager.h
+++ b/telepathy-glib/base-connection-manager.h
@@ -67,8 +67,10 @@ struct _TpBaseConnectionManagerClass {
GObjectClass parent_class;
const char *cm_dbus_name;
+ /*<private>*/
const TpCMProtocolSpec *_TP_SEAL (protocol_params);
TpBaseConnectionManagerNewConnFunc _TP_SEAL (new_connection);
+ /*< public >*/
const gchar * const *interfaces;