mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
gparamspecs: Mark g_param_spec_string()’s default value as (nullable)
This commit is contained in:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user