1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-27 17:46:53 +02:00

gparamspecs: Mark g_param_spec_string()’s default value as (nullable)

This commit is contained in:
Philip Withnall 2015-10-08 12:57:33 +01:00
parent 99ff9bb5e0
commit 144d38fb9d

@ -2212,7 +2212,7 @@ g_param_spec_double (const gchar *name,
* @name: canonical name of the property specified
* @nick: nick name for the property specified
* @blurb: description of the property specified
* @default_value: default value for the property specified
* @default_value: (nullable): default value for the property specified
* @flags: flags for the property specified
*
* Creates a new #GParamSpecString instance.