summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-07 16:39:34 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-29 15:02:58 +0200
commit9af5fe5b99a6446311660250a605abdcb5e4f353 (patch)
tree323444f0cb06342803494ea814e03d5737d989c9
parent2604065abb90f022559a0910462cc13e88d31520 (diff)
downloadtelepathy-glib-9af5fe5b99a6446311660250a605abdcb5e4f353.tar.gz
TpConnection: trivial coding style fix
-rw-r--r--telepathy-glib/connection.c40
1 files changed, 20 insertions, 20 deletions
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index af806183a..011ae74c8 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)
{