gsettings: Fix annotations

This commit is contained in:
Jasper St. Pierre 2014-01-21 12:00:35 -05:00
parent 460e3e9d01
commit ea22300620

View File

@ -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
**/ **/