From 8f47b36431bdaa557fdc8038d0eb9fcbc797c75b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Sep 2013 12:06:33 +0100 Subject: [PATCH 16/19] TpSimpleClientFactory: drop doc-comments for private functions --- telepathy-glib/simple-client-factory.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/telepathy-glib/simple-client-factory.c b/telepathy-glib/simple-client-factory.c index 900fdfb..c096ea0 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): -- 1.8.4.rc3