mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
validate: add missing gir annotation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/194>
This commit is contained in:
parent
5e2df60422
commit
f78997ec2e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue