Method

GLibTimeris_active

since: 2.62

Declaration

gboolean
g_timer_is_active (
  GTimer* timer
)

Description

Exposes whether the timer is currently active.

Available since: 2.62

Return value

Type: gboolean

TRUE if the timer is running, FALSE otherwise.