Function

AstalIOTimeidle

Declaration

AstalIOTime*
astal_io_time_idle (
  GClosure* fn
)

Description

Start a timer which will tick when there are no higher priority tasks pending.

Parameters

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.