API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.56
void (* GClearHandleFunc) ( guint handle_id )
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
GSource
g_source_remove()
Available since: 2.56
Type: guint
guint
The handle ID to clear.