glib.gtimer

Undocumented in source.

Members

Functions

g_time_val_add
void g_time_val_add(GTimeVal* time_, glong microseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_time_val_from_iso8601
gboolean g_time_val_from_iso8601(const(gchar)* iso_date, GTimeVal* 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_val_to_iso8601
gchar* g_time_val_to_iso8601(GTimeVal* time_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timer_continue
void g_timer_continue(GTimer* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timer_destroy
void g_timer_destroy(GTimer* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timer_elapsed
gdouble g_timer_elapsed(GTimer* timer, gulong* microseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timer_new
GTimer* g_timer_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timer_reset
void g_timer_reset(GTimer* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timer_start
void g_timer_start(GTimer* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_timer_stop
void g_timer_stop(GTimer* timer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_usleep
void g_usleep(gulong microseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

G_USEC_PER_SEC
enum G_USEC_PER_SEC;
Undocumented in source.

Structs

GTimer
struct GTimer
Undocumented in source.

Meta