summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-26 14:47:53 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-26 14:47:53 +0100
commita5a7a96f55f9b490da50a97df9b4e26f219e0454 (patch)
treec3ebfae4a0f299e6b1076dd46b1f15e3a3b619cf /telepathy-glib/base-connection.h
parentb8222d14fa8b0d88e43a92c1504563a0396f7875 (diff)
downloadtelepathy-glib-a5a7a96f55f9b490da50a97df9b4e26f219e0454.tar.gz
Hide TpBaseConnectionCreateHandleReposImpl in a way that satisfies gtk-doc
Diffstat (limited to 'telepathy-glib/base-connection.h')
-rw-r--r--telepathy-glib/base-connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h
index 71efa78bf..1e6a5ffb4 100644
--- a/telepathy-glib/base-connection.h
+++ b/telepathy-glib/base-connection.h
@@ -60,7 +60,9 @@ struct _TpBaseConnectionClass {
GObjectClass parent_class;
#ifdef __GI_SCANNER__
+ /*<private>*/
GCallback _internal_create_handle_repos;
+ /*<public>*/
#else
TpBaseConnectionCreateHandleReposImpl create_handle_repos;
#endif