mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 18:08:54 +02:00
Add missing allow-none annotations for function parameters.
Found using: find . -name '*.c' | xargs grep 'or %NULL' | grep ' \* @' | grep -v '@error' | grep -v allow-none
This commit is contained in:
@@ -448,7 +448,7 @@ g_log_set_fatal_mask (const gchar *log_domain,
|
||||
|
||||
/**
|
||||
* g_log_set_handler:
|
||||
* @log_domain: the log domain, or %NULL for the default ""
|
||||
* @log_domain: (allow-none): the log domain, or %NULL for the default ""
|
||||
* application domain
|
||||
* @log_levels: the log levels to apply the log handler for.
|
||||
* To handle fatal and recursive messages as well, combine
|
||||
|
Reference in New Issue
Block a user