validate: add missing gir annotation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/194>
This commit is contained in:
Guillaume Desmottes 2020-05-14 12:35:40 +02:00
parent 5e2df60422
commit f78997ec2e

View file

@ -1365,7 +1365,7 @@ gst_validate_set_globals (GstStructure * structure)
* @str: A GstStructure
* @fieldname: A fieldname containing a GstValueList or is not defined
*
* Returns: An array of strings from the GstValueList defined in @fieldname
* Returns: (transfer full): An array of strings from the GstValueList defined in @fieldname
*/
gchar **
gst_validate_utils_get_strv (GstStructure * str, const gchar * fieldname)