utils: Annotate gst_util_filename_compare() parameters as filenames
They're not UTF-8 strings. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6063>
This commit is contained in:
parent
8afc305fe2
commit
404e4ca626
@ -54390,11 +54390,11 @@ the result.</doc>
|
|||||||
<parameters>
|
<parameters>
|
||||||
<parameter name="a" transfer-ownership="none">
|
<parameter name="a" transfer-ownership="none">
|
||||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstutils.c">a filename to compare with @b</doc>
|
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstutils.c">a filename to compare with @b</doc>
|
||||||
<type name="utf8" c:type="const gchar*"/>
|
<type name="filename" c:type="const gchar*"/>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="b" transfer-ownership="none">
|
<parameter name="b" transfer-ownership="none">
|
||||||
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstutils.c">a filename to compare with @a</doc>
|
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstutils.c">a filename to compare with @a</doc>
|
||||||
<type name="utf8" c:type="const gchar*"/>
|
<type name="filename" c:type="const gchar*"/>
|
||||||
</parameter>
|
</parameter>
|
||||||
</parameters>
|
</parameters>
|
||||||
</function>
|
</function>
|
||||||
|
@ -4804,8 +4804,8 @@ gst_type_is_plugin_api (GType type, GstPluginAPIFlags * flags)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_util_filename_compare:
|
* gst_util_filename_compare:
|
||||||
* @a: a filename to compare with @b
|
* @a: (type filename): a filename to compare with @b
|
||||||
* @b: a filename to compare with @a
|
* @b: (type filename): a filename to compare with @a
|
||||||
*
|
*
|
||||||
* Compares the given filenames using natural ordering.
|
* Compares the given filenames using natural ordering.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user