set_fatal_mask
Description:
public LogLevelFlags set_fatal_mask (
string log_domain,
LogLevelFlags log_levels)
Sets the log levels which are fatal in the given domain.
g_log_level_error is always fatal.
Parameters:
log_domain |
the log domain
|
fatal_mask |
the new fatal mask
|
Returns:
the old fatal mask for the log domain
|