GParamSpec

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 gchar *name; name of this parameter 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

Members

Variables

flags
GParamFlags flags;
Undocumented in source.
gTypeInstance
GTypeInstance gTypeInstance;
Undocumented in source.
name
char* name;
Undocumented in source.
ownerType
GType ownerType;
Undocumented in source.
valueType
GType valueType;
Undocumented in source.

Meta