summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-05-20 13:02:04 +0100
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-05-20 13:02:04 +0100
commit84efb3fa2159ceb9213fb2895147c7d98d77dc2c (patch)
tree9edcad48e44f97a3d14f9a04f173ae680c30adfc
parent74c897a1de9fd8476e10899dcc344110373c3e00 (diff)
Fix docstrings for two TpyCallContent signals
-rw-r--r--telepathy-yell/call-content.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-yell/call-content.c b/telepathy-yell/call-content.c
index 9027464..180b50c 100644
--- a/telepathy-yell/call-content.c
+++ b/telepathy-yell/call-content.c
@@ -415,8 +415,8 @@ tpy_call_content_class_init (
* @self: the #TpyCallContent
* @stream: the newly added streams
*
- * The ::content-removed signal is emitted whenever
- * #TpyCallContent are added from @self.
+ * The ::streams-added signal is emitted whenever
+ * #TpyCallStreams are added to @self.
*/
_signals[STREAMS_ADDED] = g_signal_new ("streams-added",
G_OBJECT_CLASS_TYPE (klass),
@@ -431,8 +431,8 @@ tpy_call_content_class_init (
* @self: the #TpyCallContent
* @stream: the newly removed streams
*
- * The ::content-removed signal is emitted whenever
- * #TpyCallContent are removed from @self.
+ * The ::streams-removed signal is emitted whenever
+ * #TpyCallStreams are removed from @self.
*/
_signals[STREAMS_REMOVED] = g_signal_new ("streams-removed",
G_OBJECT_CLASS_TYPE (klass),