[clutter-gst] introspection: Add mission annotations



commit 3c8db2abec93a30f8701f285d47d56683c7a60c8
Author: Damien Lespiau <damien lespiau intel com>
Date:   Tue Aug 30 17:19:45 2011 +0100

    introspection: Add mission annotations
    
    Let's fix those and enabled --warn-all to catch the next ones.

 clutter-gst/Makefile.am                 |    1 +
 clutter-gst/clutter-gst-player.c        |    6 ++++--
 clutter-gst/clutter-gst-video-texture.c |    6 ++++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/clutter-gst/Makefile.am b/clutter-gst/Makefile.am
index 812f197..a3f4c44 100644
--- a/clutter-gst/Makefile.am
+++ b/clutter-gst/Makefile.am
@@ -103,6 +103,7 @@ ClutterGst- CLUTTER_GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-gs
 		--namespace ClutterGst --nsversion= CLUTTER_GST_API_VERSION@ \
 		$(INCLUDES) \
 		$(AM_CPPFLAGS) \
+		--quiet --warn-all \
 		--add-include-path=$(srcdir) --add-include=path=. \
 		--c-include="clutter-gst/clutter-gst.h" \
 		--include=GObject-2.0 \
diff --git a/clutter-gst/clutter-gst-player.c b/clutter-gst/clutter-gst-player.c
index 944cf92..e913dec 100644
--- a/clutter-gst/clutter-gst-player.c
+++ b/clutter-gst/clutter-gst-player.c
@@ -2104,7 +2104,8 @@ clutter_gst_player_set_buffering_mode (ClutterGstPlayer        *player,
  *
  * Get the list of audio streams of the current media.
  *
- * Return value: a list of strings describing the available audio streams
+ * Return value: (transfer none): a list of strings describing the available
+ * audio streams
  *
  * Since: 1.4
  */
@@ -2197,7 +2198,8 @@ clutter_gst_player_set_audio_stream (ClutterGstPlayer *player,
  *
  * Get the list of subtitles tracks of the current media.
  *
- * Return value: a list of strings describing the available subtitles tracks
+ * Return value: (transfer none): a list of strings describing the available
+ * subtitles tracks
  *
  * Since: 1.4
  */
diff --git a/clutter-gst/clutter-gst-video-texture.c b/clutter-gst/clutter-gst-video-texture.c
index affe3fa..2d1100c 100644
--- a/clutter-gst/clutter-gst-video-texture.c
+++ b/clutter-gst/clutter-gst-video-texture.c
@@ -777,7 +777,8 @@ clutter_gst_video_texture_set_buffering_mode (ClutterGstVideoTexture *texture,
  *
  * Get the list of audio streams of the current media.
  *
- * Return value: a list of strings describing the available audio streams
+ * Return value: (transfer none): a list of strings describing the available
+ * audio streams
  *
  * Since: 1.4
  */
@@ -829,7 +830,8 @@ clutter_gst_video_texture_set_audio_stream (ClutterGstVideoTexture *texture,
  *
  * Get the list of subtitles tracks of the current media.
  *
- * Return value: a list of strings describing the available subtitles tracks
+ * Return value: (transfer none): a list of strings describing the available
+ * subtitles tracks
  *
  * Since: 1.4
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]