summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-01 11:52:56 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-01 16:52:50 +0200
commit86b712d0c24826dfe53f52fff1a76d5484c59504 (patch)
tree43d15510e83c81316fb57e32d289f838abd33ce0
parent489abc92677a475c6c4563055979280bd371554c (diff)
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
-rw-r--r--rakia/base-connection.c2
-rw-r--r--rakia/codec-param-formats.c2
-rw-r--r--rakia/text-channel.c2
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,