From 609db3444783808430648216a153132f3f2f42a9 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 11 Jun 2010 16:49:09 +0100 Subject: video-texture: Add Since: tags for newly introduced symbols get_idle_material() and set_idle_material() were introduced without telling from which version they will be available. Fix that. --- clutter-gst/clutter-gst-video-texture.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clutter-gst/clutter-gst-video-texture.c b/clutter-gst/clutter-gst-video-texture.c index de92506..0cc2178 100644 --- a/clutter-gst/clutter-gst-video-texture.c +++ b/clutter-gst/clutter-gst-video-texture.c @@ -1097,6 +1097,8 @@ clutter_gst_video_texture_get_pipeline (ClutterGstVideoTexture *texture) * Retrieves the material used to draw when no media is being played. * * Return value: the #CoglHandle of the idle material + * + * Since: 1.2 */ CoglHandle clutter_gst_video_texture_get_idle_material (ClutterGstVideoTexture *texture) @@ -1120,6 +1122,8 @@ clutter_gst_video_texture_get_idle_material (ClutterGstVideoTexture *texture) * default idle material will be used. * * Return value: the #CoglHandle of the idle material + * + * Since: 1.2 */ void clutter_gst_video_texture_set_idle_material (ClutterGstVideoTexture *texture, -- cgit v1.2.3