summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-26 14:31:59 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-26 14:31:59 +0100
commit38f6011dbd0545bf41c1841d2011bbbade261c2a (patch)
tree3c88a68171181aa47885f3fad1e797366e24c709 /telepathy-glib/base-connection.h
parent4fc4750eaefe56e02ab08c9b462c16aef3754531 (diff)
downloadtelepathy-glib-38f6011dbd0545bf41c1841d2011bbbade261c2a.tar.gz
TpBaseConnectionCreateHandleReposImpl: hide from g-i
Its signature isn't (currently) introspectable; see fd.o #29197.
Diffstat (limited to 'telepathy-glib/base-connection.h')
-rw-r--r--telepathy-glib/base-connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h
index 1b7b9c60b..71efa78bf 100644
--- a/telepathy-glib/base-connection.h
+++ b/telepathy-glib/base-connection.h
@@ -59,7 +59,11 @@ typedef gchar *(*TpBaseConnectionGetUniqueConnectionNameImpl) (
struct _TpBaseConnectionClass {
GObjectClass parent_class;
+#ifdef __GI_SCANNER__
+ GCallback _internal_create_handle_repos;
+#else
TpBaseConnectionCreateHandleReposImpl create_handle_repos;
+#endif
TpBaseConnectionCreateChannelFactoriesImpl create_channel_factories;