API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
自:2.80
void g_log_writer_default_set_debug_domains ( const gchar* const* domains )
重置要记录的区域列表,该列表可能最初由 G_MESSAGES_DEBUG 或 DEBUG_INVOCATION 环境变量设置。
G_MESSAGES_DEBUG
DEBUG_INVOCATION
此函数是线程安全的。
自 2.80 起提供
domains
类型: const gchar* const*
const gchar* const*
要打印的区域的以 NULL 结尾的数组。 NULL 或不带值的数组表示无。 带一个值 "all" 的数组表示全部。
NULL
"all"