aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-06-01 22:59:33 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:55:34 +0800
commit7d1926a446c9e7a0e4f149bdca318b876b4e3eb4 (patch)
treedbbb5c03da3bdb5aacb901be5afb29172bb03f15 /libempathy
parentf1be1c621d9a331045d756366e59ec7b9a33eac3 (diff)
downloadgsoc2013-empathy-7d1926a446c9e7a0e4f149bdca318b876b4e3eb4.tar
gsoc2013-empathy-7d1926a446c9e7a0e4f149bdca318b876b4e3eb4.tar.gz
gsoc2013-empathy-7d1926a446c9e7a0e4f149bdca318b876b4e3eb4.tar.bz2
gsoc2013-empathy-7d1926a446c9e7a0e4f149bdca318b876b4e3eb4.tar.lz
gsoc2013-empathy-7d1926a446c9e7a0e4f149bdca318b876b4e3eb4.tar.xz
gsoc2013-empathy-7d1926a446c9e7a0e4f149bdca318b876b4e3eb4.tar.zst
gsoc2013-empathy-7d1926a446c9e7a0e4f149bdca318b876b4e3eb4.zip
Clarify the docs
Clarify the use of find_requestable_channel_classes in the docs.
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-dispatcher.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index fe0981737..1122c6b44 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -1617,6 +1617,12 @@ setup_varargs (va_list var_args,
* Returns all the channel classes that a client can request for the connection
* @connection, of the type identified by @channel_type, @handle_type and the
* fixed properties list.
+ * The classes which are compatible with a fixed properties list (i.e. those
+ * that will be returned by this function) are intended as those that do not
+ * contain any fixed property other than those in the list; note that this
+ * doesn't guarantee that all the classes compatible with the list will contain
+ * all the requested fixed properties, so the clients will have to filter
+ * the returned list themselves.
* If @first_property_name is %NULL, only the classes with no other fixed
* properties than ChannelType and TargetHandleType will be returned.
* Note that this function may return %NULL without performing any lookup if