API published in:
API deprecated in:
#include <_ansi.h>
#include <glib/gtypes.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 |
|
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 gdouble | g_timer_elapsed (GTimer *timer, gulong *microseconds) |
IMPORT_C void | g_usleep (gulong microseconds) |
IMPORT_C void | g_time_val_add (GTimeVal *time_, glong microseconds) |
|
|
|
|
|
|
|
|
|
|
|