summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-08-21 20:08:47 -0700
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-11 12:41:23 -0400
commit97dcfe87e01436122d81e91e9939a05f85ef8491 (patch)
treeec1b295643ea16af353d893c94f34bdfcbb7879f
parentf4de422881ea6fcc22a72ead639bbde3e84b7199 (diff)
Add : to fix warning from introspection scanner
-rw-r--r--telepathy-farstream/channel.c8
-rw-r--r--telepathy-farstream/content.c10
2 files changed, 9 insertions, 9 deletions
diff --git a/telepathy-farstream/channel.c b/telepathy-farstream/channel.c
index f509085..7ceddc2 100644
--- a/telepathy-farstream/channel.c
+++ b/telepathy-farstream/channel.c
@@ -504,7 +504,7 @@ tf_channel_class_init (TfChannelClass *klass)
G_TYPE_NONE, 0);
/**
- * TfChannel::fs-conference-added
+ * TfChannel::fs-conference-added:
* @tfchannel: the #TfChannel
* @conf: a #FsConference
*
@@ -519,7 +519,7 @@ tf_channel_class_init (TfChannelClass *klass)
G_TYPE_NONE, 1, FS_TYPE_CONFERENCE);
/**
- * TfChannel::fs-conference-removed
+ * TfChannel::fs-conference-removed:
* @tfchannel: the #TfChannel
* @conf: a #FsConference
*
@@ -535,7 +535,7 @@ tf_channel_class_init (TfChannelClass *klass)
/**
- * TfChannel::content-added
+ * TfChannel::content-added:
* @tfchannel: the #TfChannel
* @content: a #TfContent
*
@@ -553,7 +553,7 @@ tf_channel_class_init (TfChannelClass *klass)
G_TYPE_NONE, 1, TF_TYPE_CONTENT);
/**
- * TfChannel::content-removed
+ * TfChannel::content-removed:
* @tfchannel: the #TfChannel
* @content: a #TfContent
*
diff --git a/telepathy-farstream/content.c b/telepathy-farstream/content.c
index 3ec15f4..a088c18 100644
--- a/telepathy-farstream/content.c
+++ b/telepathy-farstream/content.c
@@ -117,7 +117,7 @@ tf_content_class_init (TfContentClass *klass)
/**
- * TfContent::start-sending
+ * TfContent::start-sending:
* @content: the #TfContent
*
* This signal is emitted when the connection manager ask to send media.
@@ -138,7 +138,7 @@ tf_content_class_init (TfContentClass *klass)
G_TYPE_BOOLEAN, 0);
/**
- * TfContent::stop-sending
+ * TfContent::stop-sending:
* @content: the #TfContent
*
* This signal is emitted when the connection manager ask to stop
@@ -153,7 +153,7 @@ tf_content_class_init (TfContentClass *klass)
G_TYPE_NONE, 0);
/**
- * TfContent::src-pad-added
+ * TfContent::src-pad-added:
* @content: the #TfContent
* @handle: the handle of the remote party producing the content on this pad
* or 0 if unknown
@@ -176,7 +176,7 @@ tf_content_class_init (TfContentClass *klass)
G_TYPE_UINT, FS_TYPE_STREAM, GST_TYPE_PAD, FS_TYPE_CODEC);
/**
- * TfContent::start-receiving
+ * TfContent::start-receiving:
* @content: the #TfContent
* @handles: a 0-terminated array of #guint containing the handles
* @handle_count: The number of handles in the @handles array
@@ -202,7 +202,7 @@ tf_content_class_init (TfContentClass *klass)
G_TYPE_BOOLEAN, 2, G_TYPE_POINTER, G_TYPE_UINT);
/**
- * TfContent::stop-receiving
+ * TfContent::stop-receiving:
* @content: the #TfContent
* @handles: a 0-terminated array of #guint containing the handles
* @handle_count: The number of handles in the @handles array