Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <glib/gtypes.h>
Go to the source code of this file.
Macros | |
#define | G_USEC_PER_SEC 1000000 |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _GTimer | GTimer |
Functions | |
GLIB_AVAILABLE_IN_ALL GTimer * | g_timer_new (void) |
GLIB_AVAILABLE_IN_ALL void | g_timer_destroy (GTimer *timer) |
GLIB_AVAILABLE_IN_ALL void | g_timer_start (GTimer *timer) |
GLIB_AVAILABLE_IN_ALL void | g_timer_stop (GTimer *timer) |
GLIB_AVAILABLE_IN_ALL void | g_timer_reset (GTimer *timer) |
GLIB_AVAILABLE_IN_ALL void | g_timer_continue (GTimer *timer) |
GLIB_AVAILABLE_IN_ALL gdouble | g_timer_elapsed (GTimer *timer, gulong *microseconds) |
GLIB_AVAILABLE_IN_2_62 gboolean | g_timer_is_active (GTimer *timer) |
GLIB_AVAILABLE_IN_ALL void | g_usleep (gulong microseconds) |
G_GNUC_BEGIN_IGNORE_DEPRECATIONS GLIB_DEPRECATED_IN_2_62 void | g_time_val_add (GTimeVal *time_, glong microseconds) |
gboolean | g_time_val_from_iso8601 (const gchar *iso_date, GTimeVal *time_) |
gchar * | g_time_val_to_iso8601 (GTimeVal *time_) G_GNUC_MALLOC |
G_GNUC_BEGIN_IGNORE_DEPRECATIONS GLIB_DEPRECATED_IN_2_62 void g_time_val_add | ( | GTimeVal * | time_, |
glong | microseconds ) |
gchar * g_time_val_to_iso8601 | ( | GTimeVal * | time_ | ) |
GLIB_AVAILABLE_IN_ALL void g_timer_continue | ( | GTimer * | timer | ) |
GLIB_AVAILABLE_IN_ALL void g_timer_destroy | ( | GTimer * | timer | ) |
GLIB_AVAILABLE_IN_ALL gdouble g_timer_elapsed | ( | GTimer * | timer, |
gulong * | microseconds ) |
GLIB_AVAILABLE_IN_2_62 gboolean g_timer_is_active | ( | GTimer * | timer | ) |
GLIB_AVAILABLE_IN_ALL GTimer * g_timer_new | ( | void | ) |
GLIB_AVAILABLE_IN_ALL void g_timer_reset | ( | GTimer * | timer | ) |
GLIB_AVAILABLE_IN_ALL void g_timer_start | ( | GTimer * | timer | ) |
GLIB_AVAILABLE_IN_ALL void g_timer_stop | ( | GTimer * | timer | ) |
GLIB_AVAILABLE_IN_ALL void g_usleep | ( | gulong | microseconds | ) |