Specifies the type of function passed to g_clear_handle_id(). The implementation is expected to free the resource identified by handle_id; for instance, if handle_id is a #GSource ID, g_source_remove() can be used.
handle_id;
handle_id
the handle ID to clear
Specifies the type of function passed to g_clear_handle_id(). The implementation is expected to free the resource identified by
handle_id;
for instance, ifhandle_id
is a #GSource ID, g_source_remove() can be used.