From: Sebastian Dröge Date: Mon, 22 May 2017 09:01:41 +0000 (+0300) Subject: object: Add missing annotations to get_value_array() / get_value_g_array() X-Git-Tag: 1.12.1~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b43f6b016e3dd2ae4204604048dc89b64ecc1aee;p=platform%2Fupstream%2Fgstreamer.git object: Add missing annotations to get_value_array() / get_value_g_array() Same as already used in GstControlBinding. --- 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