mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
gmessages: Clarify documentation for G_LOG_LEVEL_CRITICAL
Clarify that it’s a critical //warning//, not a critical something-else.
This commit is contained in:
parent
37ebc83f7f
commit
d8a7d5f168
@ -139,7 +139,8 @@
|
||||
* @G_LOG_FLAG_FATAL: internal flag
|
||||
* @G_LOG_LEVEL_ERROR: log level for errors, see g_error().
|
||||
* This level is also used for messages produced by g_assert().
|
||||
* @G_LOG_LEVEL_CRITICAL: log level for critical messages, see g_critical().
|
||||
* @G_LOG_LEVEL_CRITICAL: log level for critical warning messages, see
|
||||
* g_critical().
|
||||
* This level is also used for messages produced by g_return_if_fail()
|
||||
* and g_return_val_if_fail().
|
||||
* @G_LOG_LEVEL_WARNING: log level for warnings, see g_warning()
|
||||
|
Loading…
Reference in New Issue
Block a user