[next] telepathy-glib: TpConnection: trivial coding style fix

Xavier Claessens xclaesse at kemper.freedesktop.org
Fri Jun 29 06:37:52 PDT 2012


Module: telepathy-glib
Branch: next
Commit: 9af5fe5b99a6446311660250a605abdcb5e4f353
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=9af5fe5b99a6446311660250a605abdcb5e4f353

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Thu Jun  7 16:39:34 2012 +0200

TpConnection: trivial coding style fix

---

 telepathy-glib/connection.c |   40 ++++++++++++++++++++--------------------
 1 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index af80618..011ae74 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -2520,16 +2520,16 @@ tp_connection_get_status (TpConnection *self,
 }
 
 /**
-* tp_connection_get_connection_manager_name:
-* @self: a #TpConnection
-*
-* <!-- -->
-*
-* Returns: the same as the #TpConnection:connection-manager-name property
-*
-* Since: 0.13.16
-*
-*/
+ * tp_connection_get_connection_manager_name:
+ * @self: a #TpConnection
+ *
+ * <!-- -->
+ *
+ * Returns: the same as the #TpConnection:connection-manager-name property
+ *
+ * Since: 0.13.16
+ *
+ */
 const gchar *
 tp_connection_get_connection_manager_name (TpConnection *self)
 {
@@ -2539,16 +2539,16 @@ tp_connection_get_connection_manager_name (TpConnection *self)
 }
 
 /**
-* tp_connection_get_protocol_name:
-* @self: a #TpConnection
-*
-* <!-- -->
-*
-* Returns: the same as the #TpConnection:protocol-name property
-*
-* Since: 0.13.16
-*
-*/
+ * tp_connection_get_protocol_name:
+ * @self: a #TpConnection
+ *
+ * <!-- -->
+ *
+ * Returns: the same as the #TpConnection:protocol-name property
+ *
+ * Since: 0.13.16
+ *
+ */
 const gchar *
 tp_connection_get_protocol_name (TpConnection *self)
 {



More information about the telepathy-commits mailing list