From 91ae8d8bb6bf3fc9efca13c9ff6f1a19d69288e1 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Mon, 9 Jun 2014 22:51:08 +0100 Subject: types: add missing Since declarations --- clutter-gst/clutter-gst-types.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/clutter-gst/clutter-gst-types.h b/clutter-gst/clutter-gst-types.h index b8c7c3e..337ba09 100644 --- a/clutter-gst/clutter-gst-types.h +++ b/clutter-gst/clutter-gst-types.h @@ -84,6 +84,8 @@ typedef enum _ClutterGstBufferingMode * * Bounding box of an area in a video texture or actor's allocation. * Coordinates are usually expressed in the [0, 1] interval. + * + * Since: 3.0 */ struct _ClutterGstBox { @@ -100,6 +102,8 @@ struct _ClutterGstBox * @height: the height, in pixels * * A video resolution. + * + * Since: 3.0 */ struct _ClutterGstVideoResolution { @@ -116,6 +120,8 @@ struct _ClutterGstVideoResolution * @pipeline: a #CoglPipeline to paint a frame * * Represents a frame outputted by the #ClutterGstVideoSink. + * + * Since: 3.0 */ struct _ClutterGstFrame { @@ -130,6 +136,8 @@ struct _ClutterGstFrame * @pipeline: a #CoglPipeline to paint an overlay * * Represents a video overlay outputted by the #ClutterGstVideoSink. + * + * Since: 3.0 */ struct _ClutterGstOverlay { @@ -140,6 +148,8 @@ struct _ClutterGstOverlay /** * ClutterGstOverlays: * @overlays: an array of #ClutterGstOverlay + * + * Since: 3.0 */ struct _ClutterGstOverlays { -- cgit v1.2.1