mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
glib: Clarify g_warn_if_reached API doc
Its documentation mentions that it logs a 'critical warning', but since the macro implementation calls g_warn_message(), it does not log a critical message, but a regular warning.
This commit is contained in:
parent
b44fba25fb
commit
b6edac5aca
@ -275,7 +275,7 @@ GPrintFunc g_set_printerr_handler (GPrintFunc func);
|
||||
/**
|
||||
* g_warn_if_reached:
|
||||
*
|
||||
* Logs a critical warning.
|
||||
* Logs a warning.
|
||||
*
|
||||
* Since: 2.16
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user