forked from mirrors/gstreamer-rs
Update some nullable annotations from git
See https://gitlab.freedesktop.org/gstreamer/gstreamer/merge_requests/83
This commit is contained in:
parent
3f6424d2ac
commit
16adb8e8b8
1 changed files with 10 additions and 13 deletions
|
@ -9770,7 +9770,7 @@ if @month == -1, then #GstDateTime will created only for @year. If
|
||||||
so on.
|
so on.
|
||||||
|
|
||||||
Free-function: gst_date_time_unref</doc>
|
Free-function: gst_date_time_unref</doc>
|
||||||
<return-value transfer-ownership="full" nullable="1">
|
<return-value transfer-ownership="full">
|
||||||
<doc xml:space="preserve">the newly created #GstDateTime</doc>
|
<doc xml:space="preserve">the newly created #GstDateTime</doc>
|
||||||
<type name="DateTime" c:type="GstDateTime*"/>
|
<type name="DateTime" c:type="GstDateTime*"/>
|
||||||
</return-value>
|
</return-value>
|
||||||
|
@ -9899,7 +9899,7 @@ If @hour is -1, then the #GstDateTime created will only contain @year and
|
||||||
case @minute and @seconds should also be -1.
|
case @minute and @seconds should also be -1.
|
||||||
|
|
||||||
Free-function: gst_date_time_unref</doc>
|
Free-function: gst_date_time_unref</doc>
|
||||||
<return-value transfer-ownership="full" nullable="1">
|
<return-value transfer-ownership="full">
|
||||||
<doc xml:space="preserve">the newly created #GstDateTime</doc>
|
<doc xml:space="preserve">the newly created #GstDateTime</doc>
|
||||||
<type name="DateTime" c:type="GstDateTime*"/>
|
<type name="DateTime" c:type="GstDateTime*"/>
|
||||||
</return-value>
|
</return-value>
|
||||||
|
@ -25043,9 +25043,8 @@ respectively.</doc>
|
||||||
If name is %NULL, a guaranteed unique name (across all pads)
|
If name is %NULL, a guaranteed unique name (across all pads)
|
||||||
will be assigned.
|
will be assigned.
|
||||||
This function makes a copy of the name so you can safely free the name.</doc>
|
This function makes a copy of the name so you can safely free the name.</doc>
|
||||||
<return-value transfer-ownership="none" nullable="1">
|
<return-value transfer-ownership="none">
|
||||||
<doc xml:space="preserve">a new #GstPad, or %NULL in
|
<doc xml:space="preserve">a new #GstPad.
|
||||||
case of an error.
|
|
||||||
|
|
||||||
MT safe.</doc>
|
MT safe.</doc>
|
||||||
<type name="Pad" c:type="GstPad*"/>
|
<type name="Pad" c:type="GstPad*"/>
|
||||||
|
@ -25070,9 +25069,8 @@ MT safe.</doc>
|
||||||
If name is %NULL, a guaranteed unique name (across all pads)
|
If name is %NULL, a guaranteed unique name (across all pads)
|
||||||
will be assigned.
|
will be assigned.
|
||||||
This function makes a copy of the name so you can safely free the name.</doc>
|
This function makes a copy of the name so you can safely free the name.</doc>
|
||||||
<return-value transfer-ownership="none" nullable="1">
|
<return-value transfer-ownership="none">
|
||||||
<doc xml:space="preserve">a new #GstPad, or %NULL in
|
<doc xml:space="preserve">a new #GstPad.</doc>
|
||||||
case of an error.</doc>
|
|
||||||
<type name="Pad" c:type="GstPad*"/>
|
<type name="Pad" c:type="GstPad*"/>
|
||||||
</return-value>
|
</return-value>
|
||||||
<parameters>
|
<parameters>
|
||||||
|
@ -25092,9 +25090,8 @@ case of an error.</doc>
|
||||||
If name is %NULL, a guaranteed unique name (across all pads)
|
If name is %NULL, a guaranteed unique name (across all pads)
|
||||||
will be assigned.
|
will be assigned.
|
||||||
This function makes a copy of the name so you can safely free the name.</doc>
|
This function makes a copy of the name so you can safely free the name.</doc>
|
||||||
<return-value transfer-ownership="none" nullable="1">
|
<return-value transfer-ownership="none">
|
||||||
<doc xml:space="preserve">a new #GstPad, or %NULL in
|
<doc xml:space="preserve">a new #GstPad.</doc>
|
||||||
case of an error.</doc>
|
|
||||||
<type name="Pad" c:type="GstPad*"/>
|
<type name="Pad" c:type="GstPad*"/>
|
||||||
</return-value>
|
</return-value>
|
||||||
<parameters>
|
<parameters>
|
||||||
|
@ -28596,7 +28593,7 @@ and with the given arguments.</doc>
|
||||||
c:identifier="gst_pad_template_new_from_static_pad_template_with_gtype"
|
c:identifier="gst_pad_template_new_from_static_pad_template_with_gtype"
|
||||||
version="1.14">
|
version="1.14">
|
||||||
<doc xml:space="preserve">Converts a #GstStaticPadTemplate into a #GstPadTemplate with a type.</doc>
|
<doc xml:space="preserve">Converts a #GstStaticPadTemplate into a #GstPadTemplate with a type.</doc>
|
||||||
<return-value transfer-ownership="none">
|
<return-value transfer-ownership="none" nullable="1">
|
||||||
<doc xml:space="preserve">a new #GstPadTemplate.</doc>
|
<doc xml:space="preserve">a new #GstPadTemplate.</doc>
|
||||||
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
||||||
</return-value>
|
</return-value>
|
||||||
|
@ -28616,7 +28613,7 @@ and with the given arguments.</doc>
|
||||||
version="1.14">
|
version="1.14">
|
||||||
<doc xml:space="preserve">Creates a new pad template with a name according to the given template
|
<doc xml:space="preserve">Creates a new pad template with a name according to the given template
|
||||||
and with the given arguments.</doc>
|
and with the given arguments.</doc>
|
||||||
<return-value transfer-ownership="none">
|
<return-value transfer-ownership="none" nullable="1">
|
||||||
<doc xml:space="preserve">a new #GstPadTemplate.</doc>
|
<doc xml:space="preserve">a new #GstPadTemplate.</doc>
|
||||||
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
<type name="PadTemplate" c:type="GstPadTemplate*"/>
|
||||||
</return-value>
|
</return-value>
|
||||||
|
|
Loading…
Reference in a new issue