mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
datetime: new() and new_local_time() constructors are not nullable
This commit is contained in:
parent
f6816d5412
commit
d3a2ed10fe
1 changed files with 2 additions and 2 deletions
|
@ -498,7 +498,7 @@ gst_date_time_check_fields (gint * year, gint * month, gint * day,
|
|||
*
|
||||
* Free-function: gst_date_time_unref
|
||||
*
|
||||
* Return value: (transfer full) (nullable): the newly created #GstDateTime
|
||||
* Return value: (transfer full): the newly created #GstDateTime
|
||||
*/
|
||||
GstDateTime *
|
||||
gst_date_time_new_local_time (gint year, gint month, gint day, gint hour,
|
||||
|
@ -607,7 +607,7 @@ __gst_date_time_compare (const GstDateTime * dt1, const GstDateTime * dt2)
|
|||
*
|
||||
* Free-function: gst_date_time_unref
|
||||
*
|
||||
* Return value: (transfer full) (nullable): the newly created #GstDateTime
|
||||
* Return value: (transfer full): the newly created #GstDateTime
|
||||
*/
|
||||
GstDateTime *
|
||||
gst_date_time_new (gfloat tzoffset, gint year, gint month, gint day, gint hour,
|
||||
|
|
Loading…
Reference in a new issue