Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtimer.h File Reference
#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 GTimerg_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_)
 
gcharg_time_val_to_iso8601 (GTimeVal *time_) G_GNUC_MALLOC
 

Macro Definition Documentation

◆ G_USEC_PER_SEC

#define G_USEC_PER_SEC   1000000

Definition at line 44 of file gtimer.h.

Typedef Documentation

◆ GTimer

typedef typedefG_BEGIN_DECLS struct _GTimer GTimer

Definition at line 42 of file gtimer.h.

Function Documentation

◆ g_time_val_add()

G_GNUC_BEGIN_IGNORE_DEPRECATIONS GLIB_DEPRECATED_IN_2_62 void g_time_val_add ( GTimeVal * time_,
glong microseconds )

◆ g_time_val_from_iso8601()

gboolean g_time_val_from_iso8601 ( const gchar * iso_date,
GTimeVal * time_ )

◆ g_time_val_to_iso8601()

gchar * g_time_val_to_iso8601 ( GTimeVal * time_)

◆ g_timer_continue()

GLIB_AVAILABLE_IN_ALL void g_timer_continue ( GTimer * timer)

◆ g_timer_destroy()

GLIB_AVAILABLE_IN_ALL void g_timer_destroy ( GTimer * timer)

◆ g_timer_elapsed()

GLIB_AVAILABLE_IN_ALL gdouble g_timer_elapsed ( GTimer * timer,
gulong * microseconds )

◆ g_timer_is_active()

GLIB_AVAILABLE_IN_2_62 gboolean g_timer_is_active ( GTimer * timer)

◆ g_timer_new()

GLIB_AVAILABLE_IN_ALL GTimer * g_timer_new ( void )

◆ g_timer_reset()

GLIB_AVAILABLE_IN_ALL void g_timer_reset ( GTimer * timer)

◆ g_timer_start()

GLIB_AVAILABLE_IN_ALL void g_timer_start ( GTimer * timer)

◆ g_timer_stop()

GLIB_AVAILABLE_IN_ALL void g_timer_stop ( GTimer * timer)

◆ g_usleep()

GLIB_AVAILABLE_IN_ALL void g_usleep ( gulong microseconds)