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, 2 insertions, 2 deletions
diff --git a/telepathy-glib/base-connection-manager.h b/telepathy-glib/base-connection-manager.h
index 8546e631c..6658c6924 100644
--- a/telepathy-glib/base-connection-manager.h
+++ b/telepathy-glib/base-connection-manager.h
@@ -67,8 +67,8 @@ struct _TpBaseConnectionManagerClass {
GObjectClass parent_class;
const char *cm_dbus_name;
- const TpCMProtocolSpec *protocol_params;
- TpBaseConnectionManagerNewConnFunc new_connection;
+ const TpCMProtocolSpec *_TP_SEAL (protocol_params);
+ TpBaseConnectionManagerNewConnFunc _TP_SEAL (new_connection);
const gchar * const *interfaces;