[Telepathy-commits] [telepathy-mission-control/master] src/mcd-dispatcher.c: better comment for *ChannelFilters
Alban Crequy
alban.crequy at collabora.co.uk
Wed Nov 26 06:50:53 PST 2008
---
src/mcd-dispatcher.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index abb1961..751e11b 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -126,6 +126,10 @@ typedef struct _McdClient
* * DBUS_TYPE_G_OBJECT_PATH: 'o'
* * G_TYPE_UINT64: 'y' (8b), 'q' (16b), 'u' (32b), 't' (64b)
* * G_TYPE_INT64: 'n' (16b), 'i' (32b), 'x' (64b)
+ *
+ * The list can be NULL if there is no filter, or the filters are not yet
+ * retrieven from the D-Bus *ChannelFitler properties. In the last case,
+ * the dispatcher just don't dispatch to this client.
*/
GList *approver_filters;
GList *handler_filters;
--
1.5.6.5
More information about the Telepathy-commits
mailing list