object: Add missing annotations to get_value_array() / get_value_g_array()

Same as already used in GstControlBinding.
This commit is contained in:
Sebastian Dröge 2017-05-22 12:01:41 +03:00
parent 8174c82a49
commit 3a23b518d4

View file

@ -1329,7 +1329,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
@ -1380,7 +1380,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