GParamSpec: Make constructors introspectable
authorMartin Pitt <martinpitt@gnome.org>
Mon, 14 Jan 2013 10:26:30 +0000 (11:26 +0100)
committerMartin Pitt <martinpitt@gnome.org>
Mon, 14 Jan 2013 10:36:14 +0000 (11:36 +0100)
commitaac826723391950c873682e2b7fb2ee7617a57f8
tree52d11a9986e33a4a5f4152d057d4fa6ab2e0145d
parent2c13657b0f1d9bd3bb2f6658adc6a410b13f355d
GParamSpec: Make constructors introspectable

Commit 282366c3262 unnecessarily (skip)ed all the GParamSpec constructors like
g_param_spec_bool(). Make those introspectable by dropping the (skip) and
adding proper transfer annotations.

Keep g_param_spec_value_array() skipped as GValueArray is deprecated.
gobject/gparamspecs.c