summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-07-14 18:41:26 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-07-23 11:47:43 +0100
commite04846b92d7ba07573e50607c64beaec8ad7351e (patch)
treec1e21ccf44dde938cea0c0664edadd135c836193
parent76e518ffe1d0fec9a7a1c36a9bebaa8e35f04a02 (diff)
Fix annotations on TpChannel::group-members-changed-detailed
-rw-r--r--telepathy-glib/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/channel.c b/telepathy-glib/channel.c
index f27f5f003..514886d17 100644
--- a/telepathy-glib/channel.c
+++ b/telepathy-glib/channel.c
@@ -1631,7 +1631,7 @@ tp_channel_class_init (TpChannelClass *klass)
* #guint containing the local-pending members added
* @remote_pending: (type GLib.Array) (element-type uint): a #GArray of
* #guint containing the remote-pending members added
- * @details: (type GLib.HashTable): (element-type utf8 GObject.Value):
+ * @details: (type GLib.HashTable) (element-type utf8 GObject.Value):
* a #GHashTable mapping (gchar *) to #GValue containing details
* about the change, as described in the specification of the
* MembersChangedDetailed signal.