[Telepathy-commits] [telepathy-glib/master] ExportableChannel: clarify when channel-properties may change

Will Thompson will.thompson at collabora.co.uk
Wed Sep 10 04:01:43 PDT 2008


---
 telepathy-glib/exportable-channel.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/exportable-channel.c b/telepathy-glib/exportable-channel.c
index ed75873..34fff19 100644
--- a/telepathy-glib/exportable-channel.c
+++ b/telepathy-glib/exportable-channel.c
@@ -57,7 +57,10 @@ exportable_channel_base_init (gpointer klass)
        * and in the Channels property, as a map from
        * inter.face.name.propertyname to GValue.
        *
-       * This can only change when the closed signal is emitted.
+       * A channel's properties are constant for its lifetime on the bus, so
+       * this property should only change when the closed signal is emitted (so
+       * that respawned channels can reappear on the bus with different
+       * properties).
        */
       param_spec = g_param_spec_boxed ("channel-properties",
           "Channel properties",
-- 
1.5.6.5




More information about the Telepathy-commits mailing list