mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-11 02:53:40 +01: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:
@@ -779,7 +779,7 @@ g_match_info_is_partial_match (const GMatchInfo *match_info)
|
||||
|
||||
/**
|
||||
* g_match_info_expand_references:
|
||||
* @match_info: a #GMatchInfo or %NULL
|
||||
* @match_info: (allow-none): a #GMatchInfo or %NULL
|
||||
* @string_to_expand: the string to expand
|
||||
* @error: location to store the error occurring, or %NULL to ignore errors
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user