From 144d38fb9d63a26c99acbd3cc212430d3d688859 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 8 Oct 2015 12:57:33 +0100 Subject: [PATCH] =?UTF-8?q?gparamspecs:=20Mark=20g=5Fparam=5Fspec=5Fstring?= =?UTF-8?q?()=E2=80=99s=20default=20value=20as=20(nullable)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gobject/gparamspecs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject/gparamspecs.c b/gobject/gparamspecs.c index c7cf68066..16c1f55ff 100644 --- a/gobject/gparamspecs.c +++ b/gobject/gparamspecs.c @@ -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.