From b43f6b016e3dd2ae4204604048dc89b64ecc1aee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 22 May 2017 12:01:41 +0300 Subject: [PATCH] object: Add missing annotations to get_value_array() / get_value_g_array() Same as already used in GstControlBinding. --- gst/gstobject.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstobject.c b/gst/gstobject.c index 04daaac..1ced3d1 100644 --- a/gst/gstobject.c +++ b/gst/gstobject.c @@ -1330,7 +1330,7 @@ gst_object_get_value (GstObject * object, const gchar * property_name, } /** - * gst_object_get_value_array: + * gst_object_get_value_array: (skip) * @object: the object that has controlled properties * @property_name: the name of the property to get * @timestamp: the time that should be processed @@ -1381,7 +1381,7 @@ gst_object_get_value_array (GstObject * object, const gchar * property_name, * @timestamp: the time that should be processed * @interval: the time spacing between subsequent values * @n_values: the number of values - * @values: array to put control-values in + * @values: (array length=n_values): array to put control-values in * * Gets a number of #GValues for the given controlled property starting at the * requested time. The array @values need to hold enough space for @n_values of -- 2.7.4