Fix GI annotations.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 22 Jun 2021 11:02:41 +0000 (13:02 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 22 Jun 2021 11:02:41 +0000 (13:02 +0200)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/840>

gst/gstpreset.c
gst/gstregistry.c

index bcbce2a..ed25b5b 100644 (file)
@@ -1054,7 +1054,7 @@ no_presets:
  *
  * 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 **
@@ -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.
  *
- * 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 **
index 9b61cef..2e09033 100644 (file)
@@ -393,8 +393,8 @@ was_added:
  *
  * 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.
  */