summaryrefslogtreecommitdiff
path: root/telepathy-glib/group-mixin.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-01-12 12:12:30 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2009-01-12 12:12:30 +0000
commitfd7249134b8079ceac42e451091b75eb420712d0 (patch)
tree0a27ea968e6bd38dd113666d538410b23f619358 /telepathy-glib/group-mixin.c
parentd8b7b574449bd3bc5e102fb83a20b32f3ae52ac7 (diff)
downloadtelepathy-glib-fd7249134b8079ceac42e451091b75eb420712d0.tar.gz
_change_members_detailed: Document details' GTypes
Diffstat (limited to 'telepathy-glib/group-mixin.c')
-rw-r--r--telepathy-glib/group-mixin.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/telepathy-glib/group-mixin.c b/telepathy-glib/group-mixin.c
index 72f6da0c3..3d61d8114 100644
--- a/telepathy-glib/group-mixin.c
+++ b/telepathy-glib/group-mixin.c
@@ -1738,8 +1738,9 @@ tp_group_mixin_change_members (GObject *obj,
* details may contain, among other entries, the well-known
* keys (and corresponding type, wrapped in a GValue) defined by the
* Group.MembersChangedDetailed signal's specification; these include "actor"
- * (a handle), "change-reason" (an element of #TpChannelGroupChangeReason),
- * "message" (gchar *), "error" (gchar *), "debug-message" (gchar *).
+ * (a handle as G_TYPE_UINT), "change-reason" (an element of
+ * #TpChannelGroupChangeReason as G_TYPE_UINT), "message" (G_TYPE_STRING),
+ * "error" (G_TYPE_STRING), "debug-message" (G_TYPE_STRING).
*
* If all of the information in details could be passed to
* tp_group_mixin_change_members() then calling this function instead provides