From 95da1d73d85236b7d917f008029cfd856285d64a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 1 Oct 2013 11:52:56 +0200 Subject: [PATCH 1/6] 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 * a=fmtp 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, -- 1.8.3.1