GParamSpec

Undocumented in source.

struct GParamSpec {
char* Nick;
char* Blurb;
GData* qdata;
uint refCount;
uint paramId;
}

Members

Variables

flags
GParamFlags flags;

GParamFlags flags for this parameter

gTypeInstance
GTypeInstance gTypeInstance;

private gobject.TypeInstance portion

name
const(char)* name;

name of this parameter: always an interned string

ownerType
GType ownerType;

GType type that uses (introduces) this parameter

valueType
GType valueType;

the gobject.Value type for this parameter