telepathy-farstream: Add : to fix warning from introspection scanner

Olivier Crête tester at kemper.freedesktop.org
Tue Sep 11 09:42:29 PDT 2012


Module: telepathy-farstream
Branch: master
Commit: 97dcfe87e01436122d81e91e9939a05f85ef8491
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=97dcfe87e01436122d81e91e9939a05f85ef8491

Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Tue Aug 21 20:08:47 2012 -0700

Add : to fix warning from introspection scanner

---

 telepathy-farstream/channel.c |    8 ++++----
 telepathy-farstream/content.c |   10 +++++-----
 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



More information about the telepathy-commits mailing list