Merge branch 'key-file-get-comment-nullable' into 'master'

Mark g_key_file_get_comment() key parameter as nullable

See merge request GNOME/glib!1915
This commit is contained in:
Philip Withnall 2021-02-02 10:36:56 +00:00
commit 94007bbcb7

View File

@ -3648,7 +3648,7 @@ g_key_file_get_top_comment (GKeyFile *key_file,
* g_key_file_get_comment:
* @key_file: a #GKeyFile
* @group_name: (nullable): a group name, or %NULL
* @key: a key
* @key: (nullable): a key
* @error: return location for a #GError
*
* Retrieves a comment above @key from @group_name.