alias GLib::SourceFunc
Overview
Specifies the type of function passed to GLib::timeout_add
,
GLib::timeout_add_full
, GLib::idle_add
, and
GLib::idle_add_full
.
When calling GLib::Source#callback=
, you may need to cast a
function of a different type to this type. Use GLib::SOURCE_FUNC
to
avoid warnings about incompatible function types.
Alias Definition
-> Bool