mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Clean-up/tweaking of GDateTime and GTimeZone
This commit is contained in:
@@ -76,6 +76,7 @@ synchronize their operation.
|
||||
<xi:include href="xml/checksum.xml" />
|
||||
<xi:include href="xml/i18n.xml" />
|
||||
<xi:include href="xml/date.xml" />
|
||||
<xi:include href="xml/timezone.xml" />
|
||||
<xi:include href="xml/date-time.xml" />
|
||||
<xi:include href="xml/random_numbers.xml" />
|
||||
<xi:include href="xml/hooks.xml" />
|
||||
|
@@ -1407,66 +1407,119 @@ g_date_monday_weeks_in_year
|
||||
g_date_sunday_weeks_in_year
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>timezone</FILE>
|
||||
<SUBSECTION>
|
||||
GTimeZone
|
||||
g_time_zone_unref
|
||||
g_time_zone_ref
|
||||
<SUBSECTION>
|
||||
g_time_zone_new
|
||||
g_time_zone_new_local
|
||||
g_time_zone_new_utc
|
||||
<SUBSECTION>
|
||||
GTimeType
|
||||
g_time_zone_find_interval
|
||||
g_time_zone_adjust_time
|
||||
<SUBSECTION>
|
||||
g_time_zone_get_abbreviation
|
||||
g_time_zone_get_offset
|
||||
g_time_zone_is_dst
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>date-time</FILE>
|
||||
GTimeSpan
|
||||
G_TIME_SPAN_DAY
|
||||
G_TIME_SPAN_HOUR
|
||||
G_TIME_SPAN_MINUTE
|
||||
G_TIME_SPAN_SECOND
|
||||
G_TIME_SPAN_MILLISECONT
|
||||
GTimeSpan
|
||||
G_TIME_SPAN_MILLISECOND
|
||||
|
||||
<SUBSECTION>
|
||||
GDateTime
|
||||
g_date_time_new_full
|
||||
g_date_time_new_from_date
|
||||
g_date_time_new_from_epoch
|
||||
g_date_time_new_from_timeval
|
||||
g_date_time_new_now
|
||||
g_date_time_new_utc_now
|
||||
g_date_time_new_today
|
||||
g_date_time_ref
|
||||
g_date_time_unref
|
||||
g_date_time_ref
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_new_now
|
||||
g_date_time_new_now_local
|
||||
g_date_time_new_now_utc
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_new_from_unix_local
|
||||
g_date_time_new_from_unix_utc
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_new_from_timeval_local
|
||||
g_date_time_new_from_timeval_utc
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_new
|
||||
g_date_time_new_local
|
||||
g_date_time_new_utc
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_add
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_add_years
|
||||
g_date_time_add_months
|
||||
g_date_time_add_weeks
|
||||
g_date_time_add_days
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_add_hours
|
||||
g_date_time_add_minutes
|
||||
g_date_time_add_seconds
|
||||
g_date_time_add_milliseconds
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_add_full
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_difference
|
||||
g_date_time_compare
|
||||
g_date_time_equal
|
||||
g_date_time_difference
|
||||
g_date_time_hash
|
||||
g_date_time_equal
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_get_ymd
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_get_dmy
|
||||
g_date_time_get_year
|
||||
g_date_time_get_month
|
||||
g_date_time_get_week_of_year
|
||||
g_date_time_get_day_of_month
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_get_week_of_year
|
||||
g_date_time_get_day_of_week
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_get_day_of_year
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_get_hour
|
||||
g_date_time_get_minute
|
||||
g_date_time_get_second
|
||||
g_date_time_get_millisecond
|
||||
g_date_time_get_microsecond
|
||||
g_date_time_get_julian
|
||||
g_date_time_get_utc_offset
|
||||
g_date_time_get_timezone_name
|
||||
g_date_time_is_daylight_savings
|
||||
g_date_time_is_leap_year
|
||||
g_date_time_get_seconds
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_day
|
||||
g_date_time_to_epoch
|
||||
g_date_time_to_local
|
||||
g_date_time_to_unix
|
||||
g_date_time_to_timeval
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_get_utc_offset
|
||||
g_date_time_get_timezone_abbreviation
|
||||
g_date_time_is_daylight_savings
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_to_timezone
|
||||
g_date_time_to_local
|
||||
g_date_time_to_utc
|
||||
g_date_time_printf
|
||||
|
||||
<SUBSECTION>
|
||||
g_date_time_format
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
Reference in New Issue
Block a user