telepathy-glib: TpSimpleClientFactory: drop doc-comments for private functions

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 6 08:09:12 PDT 2013


Module: telepathy-glib
Branch: master
Commit: a44973d2298609dcef7d0cb482f230492524cc69
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=a44973d2298609dcef7d0cb482f230492524cc69

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Sep  6 12:06:33 2013 +0100

TpSimpleClientFactory: drop doc-comments for private functions

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>

---

 telepathy-glib/simple-client-factory.c |    8 ++++----
 1 files 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):



More information about the telepathy-commits mailing list