#include <g_types.h>
Go to the source code of this file.
Defines | |
#define | G_USEC_PER_SEC 1000000 |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _GTimer | GTimer |
Functions | |
GTimer * | g_timer_new (void) |
void | g_timer_destroy (GTimer *timer) |
void | g_timer_start (GTimer *timer) |
void | g_timer_stop (GTimer *timer) |
void | g_timer_reset (GTimer *timer) |
gdouble | g_timer_elapsed (GTimer *timer, gulong *microseconds) |
void | g_usleep (gulong microseconds) |
void g_timer_destroy | ( | GTimer * | timer | ) |
GTimer* g_timer_new | ( | void | ) |
void g_timer_reset | ( | GTimer * | timer | ) |
void g_timer_start | ( | GTimer * | timer | ) |
void g_timer_stop | ( | GTimer * | timer | ) |
void g_usleep | ( | gulong | microseconds | ) |