summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-06-11 16:49:09 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2010-06-17 12:15:35 +0100
commit609db3444783808430648216a153132f3f2f42a9 (patch)
tree91310ead2bccc38e4d829170c5f137a43a155c39
parent1b2362e2c52839447cc8143ec70878e662e78b0b (diff)
downloadclutter-gst-609db3444783808430648216a153132f3f2f42a9.tar.gz
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.
-rw-r--r--clutter-gst/clutter-gst-video-texture.c4
1 files changed, 4 insertions, 0 deletions
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,