Method

GLibTimeris_active

since: 2.62

Declaration [src]

gboolean
g_timer_is_active (
  GTimer* timer
)

Description [src]

Exposes whether the timer is currently active.

Available since: 2.62

Return value

Type: gboolean

TRUE if the timer is running, FALSE otherwise.