mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 07:08:54 +02: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:
@@ -3648,7 +3648,7 @@ g_key_file_get_top_comment (GKeyFile *key_file,
|
|||||||
* g_key_file_get_comment:
|
* g_key_file_get_comment:
|
||||||
* @key_file: a #GKeyFile
|
* @key_file: a #GKeyFile
|
||||||
* @group_name: (nullable): a group name, or %NULL
|
* @group_name: (nullable): a group name, or %NULL
|
||||||
* @key: a key
|
* @key: (nullable): a key
|
||||||
* @error: return location for a #GError
|
* @error: return location for a #GError
|
||||||
*
|
*
|
||||||
* Retrieves a comment above @key from @group_name.
|
* Retrieves a comment above @key from @group_name.
|
||||||
|
Reference in New Issue
Block a user