Function

AstalIOTimetimeout

Declaration

AstalIOTime*
astal_io_time_timeout (
  guint timeout,
  GClosure* fn
)

Description

Start a timeout timer which ticks after timeout milliseconds.

Parameters

timeout

Type: guint

Tick after 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.