Constructor

AstalIOTimeinterval_prio

Declaration

AstalIOTime*
astal_io_time_new_interval_prio (
  guint interval,
  gint prio,
  GClosure* fn
)

Description

Start an interval timer with default Priority.

Parameters

interval

Type: guint

No description available.

prio

Type: gint

No description available.

fn

Type: GClosure

No description available.

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.