From 404e4ca626d1238c00f79ab363784b694ce325a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 6 Feb 2024 09:48:17 +0200 Subject: [PATCH] utils: Annotate gst_util_filename_compare() parameters as filenames They're not UTF-8 strings. Part-of: --- girs/Gst-1.0.gir | 4 ++-- subprojects/gstreamer/gst/gstutils.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/girs/Gst-1.0.gir b/girs/Gst-1.0.gir index d3aee71f7f..8c507e64f7 100644 --- a/girs/Gst-1.0.gir +++ b/girs/Gst-1.0.gir @@ -54390,11 +54390,11 @@ the result. a filename to compare with @b - + a filename to compare with @a - + diff --git a/subprojects/gstreamer/gst/gstutils.c b/subprojects/gstreamer/gst/gstutils.c index f4417cf46d..9ca4c9140d 100644 --- a/subprojects/gstreamer/gst/gstutils.c +++ b/subprojects/gstreamer/gst/gstutils.c @@ -4804,8 +4804,8 @@ gst_type_is_plugin_api (GType type, GstPluginAPIFlags * flags) /** * gst_util_filename_compare: - * @a: a filename to compare with @b - * @b: a filename to compare with @a + * @a: (type filename): a filename to compare with @b + * @b: (type filename): a filename to compare with @a * * Compares the given filenames using natural ordering. *