gstvalue: update gir file

- update gir file

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9220>
This commit is contained in:
Daniel Morin 2025-06-24 00:02:36 -04:00 committed by GStreamer Marge Bot
parent d760457bd7
commit d5e9779e55

View File

@ -60012,10 +60012,12 @@ ranges) value.</doc>
</parameters>
</function>
<function name="value_is_subset" c:identifier="gst_value_is_subset">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstvalue.c">Check that @value1 is a proper subset of @value2.</doc>
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstvalue.c">Check that @value1 is a subset of @value2. If @value1 and @value2 is are
fixed value, value1 must be a subset of value2 and not equal to @value2 to
be a subset of @value2.</doc>
<source-position filename="../subprojects/gstreamer/gst/gstvalue.h"/>
<return-value transfer-ownership="none">
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstvalue.c">%TRUE is @value1 is a proper subset of @value2</doc>
<doc xml:space="preserve" filename="../subprojects/gstreamer/gst/gstvalue.c">%TRUE is @value1 is a subset, strict subset if both values are of @value2</doc>
<type name="gboolean" c:type="gboolean"/>
</return-value>
<parameters>