mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
gsettings: Fix annotations
This commit is contained in:
parent
460e3e9d01
commit
ea22300620
@ -1138,7 +1138,7 @@ g_settings_get_value (GSettings *settings,
|
|||||||
* It is a programmer error to give a @key that isn't contained in the
|
* It is a programmer error to give a @key that isn't contained in the
|
||||||
* schema for @settings.
|
* schema for @settings.
|
||||||
*
|
*
|
||||||
* Returns: (allow none) (transfer full): the user's value, if set
|
* Returns: (allow-none) (transfer full): the user's value, if set
|
||||||
*
|
*
|
||||||
* Since: 2.40
|
* Since: 2.40
|
||||||
**/
|
**/
|
||||||
@ -1186,7 +1186,7 @@ g_settings_get_user_value (GSettings *settings,
|
|||||||
* It is a programmer error to give a @key that isn't contained in the
|
* It is a programmer error to give a @key that isn't contained in the
|
||||||
* schema for @settings.
|
* schema for @settings.
|
||||||
*
|
*
|
||||||
* Returns: (allow none) (transfer full): the default value
|
* Returns: (allow-none) (transfer full): the default value
|
||||||
*
|
*
|
||||||
* Since: 2.40
|
* Since: 2.40
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user