[Telepathy-commits] [telepathy-salut/master] SalutTubesChannel: Add a comment about telelepathy interface ordering
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Wed Aug 13 04:13:02 PDT 2008
---
src/salut-tubes-channel.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/salut-tubes-channel.c b/src/salut-tubes-channel.c
index ce805a2..95d1f6d 100644
--- a/src/salut-tubes-channel.c
+++ b/src/salut-tubes-channel.c
@@ -80,6 +80,9 @@ G_DEFINE_TYPE_WITH_CODE (SalutTubesChannel, salut_tubes_channel, G_TYPE_OBJECT,
static const char *salut_tubes_channel_interfaces[] = {
TP_IFACE_CHANNEL_INTERFACE_GROUP,
+ /* If more interfaces are added, either keep Group as the first, or change
+ * the implementations of salut_tubes_channel_get_interfaces () and
+ * salut_tubes_channel_get_property () too */
NULL
};
--
1.5.6.3
More information about the Telepathy-commits
mailing list