summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-05-26 17:10:04 +0100
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-05-26 19:50:26 +0100
commitc7e675abe4fbcad6ff6122f3c6d6523a247aa15a (patch)
tree197d7df50b8fb33f3f07c90da906d3c66c594c93
parent2954fe8bfbcf70e01a11e15a6672b3a0c6f8d37c (diff)
Fix signal documentation
-rw-r--r--telepathy-yell/call-channel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-yell/call-channel.c b/telepathy-yell/call-channel.c
index 643a77f..96dbb14 100644
--- a/telepathy-yell/call-channel.c
+++ b/telepathy-yell/call-channel.c
@@ -668,8 +668,7 @@ tpy_call_channel_class_init (TpyCallChannelClass *klass)
/**
* TpyCallChannel::members-changed
* @self: the #TpyCallChannel
- * @state: the new #TpyCallState
- * @flags: the new #TpyCallFlags
+ * @members: the call members
*
* The ::members-changed signal is emitted whenever participants
* are added, removed, or their flags change.