glib.gtimezone

Undocumented in source.

Members

Enums

GTimeType
enum GTimeType
Undocumented in source.

Functions

g_time_zone_adjust_time
gint g_time_zone_adjust_time(GTimeZone* tz, GTimeType type, gint64* time_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_time_zone_find_interval
gint g_time_zone_find_interval(GTimeZone* tz, GTimeType type, gint64 time_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_time_zone_get_abbreviation
const(gchar)* g_time_zone_get_abbreviation(GTimeZone* tz, gint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_time_zone_get_offset
gint32 g_time_zone_get_offset(GTimeZone* tz, gint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_time_zone_is_dst
gboolean g_time_zone_is_dst(GTimeZone* tz, gint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_time_zone_new
GTimeZone* g_time_zone_new(const(gchar)* identifier)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_time_zone_new_local
GTimeZone* g_time_zone_new_local()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_time_zone_new_utc
GTimeZone* g_time_zone_new_utc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_time_zone_ref
GTimeZone* g_time_zone_ref(GTimeZone* tz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_time_zone_unref
void g_time_zone_unref(GTimeZone* tz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GTimeZone
struct GTimeZone
Undocumented in source.

Meta