alias GLib::ClearHandleFunc
Overview
Specifies the type of function passed to GLib::clear_handle_id
The
implementation is expected to free the resource identified by handle_id;
for instance, if handle_id is a GLib::Source
ID,
GLib::Source#remove
can be used.
Alias Definition
UInt32 -> Nil