[next] telepathy-glib: Rename channel-contacts.c to channel-group.c

Xavier Claessens xclaesse at kemper.freedesktop.org
Thu May 10 07:14:08 PDT 2012


Module: telepathy-glib
Branch: next
Commit: dd15cdfe482cfc62cadb07beaae4242dff3bdbed
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=dd15cdfe482cfc62cadb07beaae4242dff3bdbed

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Mon May  7 21:50:38 2012 +0200

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/channel.c                           |    2 +-
 telepathy-glib/introspection.am                    |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

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 c6327c5..c8e8e74 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. <http://www.collabora.co.uk/>
  *
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/channel.c b/telepathy-glib/channel.c
index cfd5226..d0f1482 100644
--- a/telepathy-glib/channel.c
+++ b/telepathy-glib/channel.c
@@ -154,7 +154,7 @@ tp_channel_get_feature_quark_core (void)
  * Channel have been retrieved and are available for use, and
  * change-notification has been set up for those that can change:
  *
- * - the initial value of the #TpChannel:group-self-handle property will
+ * - the initial value of the #TpChannel:group-self-contact property will
  *   have been fetched and change notification will have been set up
  * - the initial value of the #TpChannel:group-flags property will
  *   have been fetched and change notification will have been set up
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 \



More information about the telepathy-commits mailing list