From f78997ec2e77853deb874f7126dcb53ec1240898 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 14 May 2020 12:35:40 +0200 Subject: [PATCH] validate: add missing gir annotation Part-of: --- validate/gst/validate/gst-validate-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-utils.c b/validate/gst/validate/gst-validate-utils.c index 7cce20fbac..4cf76f346d 100644 --- a/validate/gst/validate/gst-validate-utils.c +++ b/validate/gst/validate/gst-validate-utils.c @@ -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)