Fix GI annotations.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/840>
This commit is contained in:
Víctor Manuel Jáquez Leal 2021-06-22 13:02:41 +02:00
parent d157b23fb0
commit 9be63d2ca3
2 changed files with 4 additions and 4 deletions

View file

@ -1054,7 +1054,7 @@ no_presets:
* *
* Get a copy of preset names as a %NULL terminated string array. * Get a copy of preset names as a %NULL terminated string array.
* *
* Returns: (transfer full) (array zero-terminated=1) (element-type gchar*): * Returns: (transfer full) (array zero-terminated=1) (element-type utf8):
* list with names, use g_strfreev() after usage. * list with names, use g_strfreev() after usage.
*/ */
gchar ** gchar **
@ -1071,7 +1071,7 @@ gst_preset_get_preset_names (GstPreset * preset)
* *
* Get a the names of the GObject properties that can be used for presets. * Get a the names of the GObject properties that can be used for presets.
* *
* Returns: (transfer full) (array zero-terminated=1) (element-type gchar*): an * Returns: (transfer full) (array zero-terminated=1) (element-type utf8): an
* array of property names which should be freed with g_strfreev() after use. * array of property names which should be freed with g_strfreev() after use.
*/ */
gchar ** gchar **

View file

@ -393,8 +393,8 @@ was_added:
* *
* Get the list of paths for the given registry. * Get the list of paths for the given registry.
* *
* Returns: (transfer container) (element-type char*): A #GList of paths as * Returns: (transfer container) (element-type filename): A #GList of
* strings. g_list_free after use. * paths as strings. g_list_free after use.
* *
* MT safe. * MT safe.
*/ */