summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/base-connection-manager.h')
-rw-r--r--telepathy-glib/base-connection-manager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-glib/base-connection-manager.h b/telepathy-glib/base-connection-manager.h
index 9df0db950..5668a5537 100644
--- a/telepathy-glib/base-connection-manager.h
+++ b/telepathy-glib/base-connection-manager.h
@@ -73,7 +73,9 @@ struct _TpBaseConnectionManagerClass {
const TpCMProtocolSpec *_TP_SEAL (protocol_params);
TpBaseConnectionManagerNewConnFunc _TP_SEAL (new_connection);
- const gchar * const *interfaces;
+ /*<private>*/
+ const gchar * const *_TP_SEAL (interfaces);
+ /*<public>*/
TpBaseConnectionManagerGetInterfacesFunc get_interfaces;
/*<private>*/