Main Gtk struct.
All other fields of the GParamSpec struct are private and
should not be used directly.
GTypeInstance g_type_instance;
private GTypeInstance portion
const gchar *name;
name of this parameter: always an interned string
GParamFlags flags;
GParamFlags flags for this parameter
GType value_type;
the GValue type for this parameter
GType owner_type;
GType type that uses (introduces) this parameter
Main Gtk struct. All other fields of the GParamSpec struct are private and should not be used directly. GTypeInstance g_type_instance; private GTypeInstance portion const gchar *name; name of this parameter: always an interned string GParamFlags flags; GParamFlags flags for this parameter GType value_type; the GValue type for this parameter GType owner_type; GType type that uses (introduces) this parameter