summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-06 12:06:33 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-06 15:48:25 +0100
commita44973d2298609dcef7d0cb482f230492524cc69 (patch)
tree9089e259b0ca5a0518daa337f2b1207f869f0f22
parent844041a378c457974e2b464b6081bc75f7ef23c2 (diff)
downloadtelepathy-glib-a44973d2298609dcef7d0cb482f230492524cc69.tar.gz
TpSimpleClientFactory: drop doc-comments for private functions
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--telepathy-glib/simple-client-factory.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/simple-client-factory.c b/telepathy-glib/simple-client-factory.c
index 900fdfb1d..c096ea040 100644
--- a/telepathy-glib/simple-client-factory.c
+++ b/telepathy-glib/simple-client-factory.c
@@ -1158,8 +1158,8 @@ tp_simple_client_factory_add_contact_features_varargs (
va_end (var_args);
}
-/**
- * tp_simple_client_factory_ensure_channel_request:
+/*
+ * _tp_simple_client_factory_ensure_channel_request:
* @self: a #TpSimpleClientFactory object
* @object_path: the object path of a channel request
* @immutable_properties: (transfer none) (element-type utf8 GObject.Value):
@@ -1210,8 +1210,8 @@ _tp_simple_client_factory_ensure_channel_request (TpSimpleClientFactory *self,
return request;
}
-/**
- * tp_simple_client_factory_ensure_channel_dispatch_operation:
+/*
+ * _tp_simple_client_factory_ensure_channel_dispatch_operation:
* @self: a #TpSimpleClientFactory object
* @object_path: the object path of a channel dispatch operation
* @immutable_properties: (transfer none) (element-type utf8 GObject.Value):