Function

AstalIOTimeinterval

Declaration

AstalIOTime*
astal_io_time_interval (
  guint interval,
  GClosure* fn
)

Description

Start an interval timer. Ticks immediately then every interval milliseconds.

Parameters

interval

Type: guint

Tick every milliseconds. .

fn

Type: GClosure

Optional callback. .

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: AstalIOTime

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.