API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.0
void g_log_remove_handler ( const gchar* log_domain, guint handler_id )
Removes the log handler.
This has no effect if structured logging is enabled; see [Using Structured Logging][using-structured-logging].
Available since: 2.0
log_domain
Type: const gchar*
const gchar*
The log domain.
handler_id
Type: guint
guint
The id of the handler, which was returned in g_log_set_handler()
g_log_set_handler()