diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2011-08-30 17:19:45 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2011-08-30 17:19:45 +0100 |
commit | 3c8db2abec93a30f8701f285d47d56683c7a60c8 (patch) | |
tree | a569a0cf341a125b04d89e2019d81627108ec612 /clutter-gst | |
parent | c50263f81c233fbbf93f464848384de98787ae66 (diff) | |
download | clutter-gst-3c8db2abec93a30f8701f285d47d56683c7a60c8.tar.gz |
introspection: Add mission annotations
Let's fix those and enabled --warn-all to catch the next ones.
Diffstat (limited to 'clutter-gst')
-rw-r--r-- | clutter-gst/Makefile.am | 1 | ||||
-rw-r--r-- | clutter-gst/clutter-gst-player.c | 6 | ||||
-rw-r--r-- | 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 */ |