From 8d28ca56072d5681b35cb6f5150f1fe14c8c2f80 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 7 May 2012 21:50:38 +0200 Subject: [PATCH] Rename channel-contacts.c to channel-group.c https://bugs.freedesktop.org/show_bug.cgi?id=49371 --- telepathy-glib/Makefile.am | 2 +- .../{channel-contacts.c => channel-group.c} | 2 +- telepathy-glib/channel-internal.h | 2 +- telepathy-glib/introspection.am | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename telepathy-glib/{channel-contacts.c => channel-group.c} (99%) diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index 352d7d9..a3955ee 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -244,7 +244,7 @@ libtelepathy_glib_main_internal_la_SOURCES = \ call-stream.c \ call-stream-endpoint.c \ channel.c \ - channel-contacts.c \ + channel-group.c \ channel-internal.h \ channel-dispatcher.c \ channel-dispatch-operation.c \ diff --git a/telepathy-glib/channel-contacts.c b/telepathy-glib/channel-group.c similarity index 99% rename from telepathy-glib/channel-contacts.c rename to telepathy-glib/channel-group.c index 804a566..d4bd9d0 100644 --- a/telepathy-glib/channel-contacts.c +++ b/telepathy-glib/channel-group.c @@ -1,5 +1,5 @@ /* - * channel-contacts.c - proxy for a Telepathy channel (contacts feature) + * channel-group.c - proxy for a Telepathy channel (GROUP feature) * * Copyright (C) 2011 Collabora Ltd. * diff --git a/telepathy-glib/channel-internal.h b/telepathy-glib/channel-internal.h index e2eb57a..ae405c6 100644 --- a/telepathy-glib/channel-internal.h +++ b/telepathy-glib/channel-internal.h @@ -98,7 +98,7 @@ void _tp_channel_abort_introspection (TpChannel *self, const gchar *debug, const GError *error); -/* channel-contacts.c internals */ +/* channel-group.c internals */ void _tp_channel_group_prepare_async (TpProxy *proxy, const TpProxyFeature *feature, diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am index 5c7a332..b187510 100644 --- a/telepathy-glib/introspection.am +++ b/telepathy-glib/introspection.am @@ -27,7 +27,7 @@ TelepathyGLib_1_gir_FILES = \ $(srcdir)/protocol.c $(srcdir)/protocol.h \ $(srcdir)/connection-manager.c $(srcdir)/connection-manager.h \ $(srcdir)/channel.c $(srcdir)/channel.h \ - $(srcdir)/channel-contacts.c \ + $(srcdir)/channel-group.c \ $(srcdir)/handle.c $(srcdir)/handle.h \ $(srcdir)/handle-channels-context.c $(srcdir)/handle-channels-context.h \ $(srcdir)/dbus-daemon.c $(srcdir)/dbus-daemon.h \ -- 1.7.9.5