telepathy-rakia: remove full namespace prefix in comments
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Tue Oct 1 08:41:30 PDT 2013
Module: telepathy-rakia
Branch: master
Commit: 86b712d0c24826dfe53f52fff1a76d5484c59504
URL: http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=86b712d0c24826dfe53f52fff1a76d5484c59504
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Tue Oct 1 11:52:56 2013 +0200
remove full namespace prefix in comments
The comments are still clear and 1.0 future proof.
https://bugs.freedesktop.org/show_bug.cgi?id=69995
---
rakia/base-connection.c | 2 +-
rakia/codec-param-formats.c | 2 +-
rakia/text-channel.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rakia/base-connection.c b/rakia/base-connection.c
index 5de4f18..6da6e69 100644
--- a/rakia/base-connection.c
+++ b/rakia/base-connection.c
@@ -76,7 +76,7 @@ rakia_base_connection_init (RakiaBaseConnection *self)
tp_contacts_mixin_init (object,
G_STRUCT_OFFSET (RakiaBaseConnection, contacts_mixin));
- /* org.freedesktop.Telepathy.Connection attributes */
+ /* Connection attributes */
tp_base_connection_register_with_contacts_mixin (base);
}
diff --git a/rakia/codec-param-formats.c b/rakia/codec-param-formats.c
index 33c5775..ea43807 100644
--- a/rakia/codec-param-formats.c
+++ b/rakia/codec-param-formats.c
@@ -37,7 +37,7 @@
*
* Defines the function pointer signature for codec parameter formatters.
* A formatter takes a codec parameter map as passed in
- * a org.freedesktop.Telepathy.Media.StreamHandler codec structure,
+ * a Media.StreamHandler codec structure,
* and outputs its SDP representation, as per the value for an
* <literal>a=fmtp</literal> attribute, into the string buffer @out.
*
diff --git a/rakia/text-channel.c b/rakia/text-channel.c
index 89c7947..3e8b2f4 100644
--- a/rakia/text-channel.c
+++ b/rakia/text-channel.c
@@ -359,7 +359,7 @@ rakia_text_channel_close (TpBaseChannel *base)
* rakia_text_channel_destroy
*
* Implements D-Bus method Destroy
- * on interface org.freedesktop.Telepathy.Channel.Interface.Destroyable
+ * on interface Channel.Interface.Destroyable
*/
static void
rakia_text_channel_destroy (TpSvcChannelInterfaceDestroyable *iface,
More information about the telepathy-commits
mailing list