summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-19 17:24:34 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 14:02:11 +0200
commitc765522d36637dba5a6ad10c6f93e834422c4bf2 (patch)
treed94bc9c27b2faa1279807f36b5ab918855c0a224
parent9d688be21268f64cb2177a11d7b08c9732ff70b4 (diff)
downloadtelepathy-idle-c765522d36637dba5a6ad10c6f93e834422c4bf2.tar.gz
update top level namespace in comments
-rw-r--r--src/idle-im-channel.c2
-rw-r--r--src/idle-muc-channel.c2
-rw-r--r--src/idle-roomlist-channel.c6
3 files changed, 5 insertions, 5 deletions
diff --git a/src/idle-im-channel.c b/src/idle-im-channel.c
index 2e8d858..4ac95aa 100644
--- a/src/idle-im-channel.c
+++ b/src/idle-im-channel.c
@@ -182,7 +182,7 @@ idle_im_channel_get_interfaces (TpBaseChannel *channel)
* idle_im_channel_send
*
* Indirectly implements (via TpMessageMixin) D-Bus method Send on interface
- * org.freedesktop.Telepathy.Channel.Type.Text and D-Bus method SendMessage on
+ * im.telepathy1.Channel.Type.Text and D-Bus method SendMessage on
* Channel.Interface.Messages
*/
static void
diff --git a/src/idle-muc-channel.c b/src/idle-muc-channel.c
index f1f6384..db9ebe9 100644
--- a/src/idle-muc-channel.c
+++ b/src/idle-muc-channel.c
@@ -1434,7 +1434,7 @@ static void idle_muc_channel_provide_password (TpSvcChannelInterfacePassword *if
* idle_muc_channel_send
*
* Indirectly implements (via TpMessageMixin) D-Bus method Send on interface
- * org.freedesktop.Telepathy.Channel.Type.Text and D-Bus method SendMessage on
+ * im.telepathy1.Channel.Type.Text and D-Bus method SendMessage on
* Channel.Interface.Messages
*/
static void
diff --git a/src/idle-roomlist-channel.c b/src/idle-roomlist-channel.c
index 9fa15d2..cab6367 100644
--- a/src/idle-roomlist-channel.c
+++ b/src/idle-roomlist-channel.c
@@ -222,7 +222,7 @@ idle_roomlist_channel_close (TpBaseChannel *channel)
* idle_roomlist_channel_get_listing_rooms
*
* Implements D-Bus method GetListingRooms
- * on interface org.freedesktop.Telepathy.Channel.Type.RoomList
+ * on interface im.telepathy1.Channel.Type.RoomList
*/
static void
idle_roomlist_channel_get_listing_rooms (TpSvcChannelTypeRoomList *iface,
@@ -240,7 +240,7 @@ idle_roomlist_channel_get_listing_rooms (TpSvcChannelTypeRoomList *iface,
* idle_roomlist_channel_list_rooms
*
* Implements D-Bus method ListRooms
- * on interface org.freedesktop.Telepathy.Channel.Type.RoomList
+ * on interface im.telepathy1.Channel.Type.RoomList
*/
static void
idle_roomlist_channel_list_rooms (TpSvcChannelTypeRoomList *iface,
@@ -261,7 +261,7 @@ idle_roomlist_channel_list_rooms (TpSvcChannelTypeRoomList *iface,
* idle_roomlist_channel_stop_listing
*
* Implements D-Bus method StopListing
- * on interface org.freedesktop.Telepathy.Channel.Type.RoomList
+ * on interface im.telepathy1.Channel.Type.RoomList
*/
static void
idle_roomlist_channel_stop_listing (TpSvcChannelTypeRoomList *iface,