30#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
31#error "Only <glib.h> can be included directly."
44#define G_USEC_PER_SEC 1000000
G_GNUC_END_IGNORE_DEPRECATIONS GLIB_AVAILABLE_IN_2_56 GDateTime * g_date_time_new_from_iso8601(const gchar *text, GTimeZone *default_tz)
GLIB_AVAILABLE_IN_ALL gchar * g_date_time_format(GDateTime *datetime, const gchar *format) G_GNUC_MALLOC
#define GLIB_DEPRECATED_IN_2_62_FOR(f)
#define GLIB_DEPRECATED_IN_2_62
#define GLIB_AVAILABLE_IN_ALL
#define GLIB_AVAILABLE_IN_2_62
#define G_GNUC_BEGIN_IGNORE_DEPRECATIONS
#define G_GNUC_END_IGNORE_DEPRECATIONS
gchar * g_time_val_to_iso8601(GTimeVal *time_) G_GNUC_MALLOC
GLIB_AVAILABLE_IN_ALL void g_timer_stop(GTimer *timer)
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_)
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 void g_usleep(gulong microseconds)
GLIB_AVAILABLE_IN_ALL GTimer * g_timer_new(void)
typedefG_BEGIN_DECLS struct _GTimer GTimer
GLIB_AVAILABLE_IN_ALL void g_timer_reset(GTimer *timer)
GLIB_AVAILABLE_IN_ALL void g_timer_start(GTimer *timer)
G_BEGIN_DECLS typedef char gchar