summaryrefslogtreecommitdiff
path: root/gst/gstvalue.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstvalue.h')
-rw-r--r--gst/gstvalue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/gstvalue.h b/gst/gstvalue.h
index 8f918f4c3c..d3ccb4d4ca 100644
--- a/gst/gstvalue.h
+++ b/gst/gstvalue.h
@@ -106,6 +106,8 @@ G_BEGIN_DECLS
* @x: the #GValue to check
*
* Checks if the given #GValue contains a #GST_TYPE_INT64_RANGE value.
+ *
+ * Since: 0.10.31
*/
#define GST_VALUE_HOLDS_INT64_RANGE(x) (G_VALUE_HOLDS((x), gst_int64_range_get_type ()))
@@ -217,6 +219,8 @@ G_BEGIN_DECLS
* a #GValue type that represents an #gint64 range
*
* Returns: the #GType of GstInt64Range
+ *
+ * Since: 0.10.31
*/
#define GST_TYPE_INT64_RANGE gst_int64_range_get_type ()