Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/840>
*
* 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.
*/
gchar **
*
* 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.
*/
gchar **
*
* Get the list of paths for the given registry.
*
- * Returns: (transfer container) (element-type char*): A #GList of paths as
- * strings. g_list_free after use.
+ * Returns: (transfer container) (element-type filename): A #GList of
+ * paths as strings. g_list_free after use.
*
* MT safe.
*/