From 9be63d2ca38a794be022be7c7ff836acb03cbd2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Tue, 22 Jun 2021 13:02:41 +0200 Subject: [PATCH] Fix GI annotations. Part-of: --- gst/gstpreset.c | 4 ++-- gst/gstregistry.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gst/gstpreset.c b/gst/gstpreset.c index bcbce2a223..ed25b5bd08 100644 --- a/gst/gstpreset.c +++ b/gst/gstpreset.c @@ -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 ** diff --git a/gst/gstregistry.c b/gst/gstregistry.c index 9b61cef564..2e09033e4c 100644 --- a/gst/gstregistry.c +++ b/gst/gstregistry.c @@ -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. */