ClearHandleFunc

typealias ClearHandleFunc = (<Error class: unknown class>) -> Unit

Specifies the type of function passed to func@GLib.clear_handle_id The implementation is expected to free the resource identified by @handle_id; for instance, if @handle_id is a struct@GLib.Source ID, func@GLib.Source.remove can be used.

  • param handleId the handle ID to clear