mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
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:
commit
94007bbcb7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user