typedef typedefG_BEGIN_DECLS struct _GTimer | GTimer |
IMPORT_C GTimer * | g_timer_new | ( | void | ) |
IMPORT_C void | g_timer_destroy | ( | GTimer * | timer | ) |
IMPORT_C void | g_timer_start | ( | GTimer * | timer | ) |
IMPORT_C void | g_timer_stop | ( | GTimer * | timer | ) |
IMPORT_C void | g_timer_reset | ( | GTimer * | timer | ) |
IMPORT_C void | g_timer_continue | ( | GTimer * | timer | ) |
IMPORT_C void | g_usleep | ( | gulong | microseconds | ) |
g_time_val_add: : a GTimeVal : number of microseconds to add to
Adds the given number of microseconds to . can also be negative to decrease the value of .