ClearHandleFunc

Specifies the type of function passed to glib.global.clearHandleId. The implementation is expected to free the resource identified by handle_id; for instance, if handle_id is a #GSource ID, glib.source.Source.remove can be used.

alias ClearHandleFunc = void delegate
()