mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
gstdatetime: Fix documentation
second => seconds microsecond argument was dropped
This commit is contained in:
parent
5372e81c9a
commit
6c37015a29
1 changed files with 4 additions and 8 deletions
|
@ -180,15 +180,13 @@
|
||||||
* @day: the day of the gregorian month
|
* @day: the day of the gregorian month
|
||||||
* @hour: the hour of the day
|
* @hour: the hour of the day
|
||||||
* @minute: the minute of the hour
|
* @minute: the minute of the hour
|
||||||
* @second: the second of the minute
|
* @seconds: the second of the minute
|
||||||
* @microsecond: the microsecond of the second
|
|
||||||
*
|
*
|
||||||
* Creates a new #GstDateTime using the date and times in the gregorian calendar
|
* Creates a new #GstDateTime using the date and times in the gregorian calendar
|
||||||
* in the local timezone.
|
* in the local timezone.
|
||||||
*
|
*
|
||||||
* @year should be from 1 to 9999, @month should be from 1 to 12, @day from
|
* @year should be from 1 to 9999, @month should be from 1 to 12, @day from
|
||||||
* 1 to 31, @hour from 0 to 23, @minutes and @seconds from 0 to 59 and
|
* 1 to 31, @hour from 0 to 23, @minutes and @seconds from 0 to 59.
|
||||||
* @microsecond from 0 to 999999.
|
|
||||||
*
|
*
|
||||||
* Free-function: gst_date_time_unref
|
* Free-function: gst_date_time_unref
|
||||||
*
|
*
|
||||||
|
@ -205,15 +203,13 @@
|
||||||
* @day: the day of the gregorian month
|
* @day: the day of the gregorian month
|
||||||
* @hour: the hour of the day
|
* @hour: the hour of the day
|
||||||
* @minute: the minute of the hour
|
* @minute: the minute of the hour
|
||||||
* @second: the second of the minute
|
* @seconds: the second of the minute
|
||||||
* @microsecond: the microsecond of the second
|
|
||||||
*
|
*
|
||||||
* Creates a new #GstDateTime using the date and times in the gregorian calendar
|
* Creates a new #GstDateTime using the date and times in the gregorian calendar
|
||||||
* in the supplied timezone.
|
* in the supplied timezone.
|
||||||
*
|
*
|
||||||
* @year should be from 1 to 9999, @month should be from 1 to 12, @day from
|
* @year should be from 1 to 9999, @month should be from 1 to 12, @day from
|
||||||
* 1 to 31, @hour from 0 to 23, @minutes and @seconds from 0 to 59 and
|
* 1 to 31, @hour from 0 to 23, @minutes and @seconds from 0 to 59.
|
||||||
* @microsecond from 0 to 999999.
|
|
||||||
*
|
*
|
||||||
* Note that @tzoffset is a float and was chosen so for being able to handle
|
* Note that @tzoffset is a float and was chosen so for being able to handle
|
||||||
* some fractional timezones, while it still keeps the readability of
|
* some fractional timezones, while it still keeps the readability of
|
||||||
|
|
Loading…
Reference in a new issue