Metadata for parameter specifications
Class GParamSpec
GParamSpec is an object structure that encapsulates the metadata required to specify parameters, such as e.g. GObject properties.
Parameter names need to start with a letter (a-z or A-Z). Subsequent characters can be letters, numbers or a '-'. All other characters are replaced by a '-' during construction. The result of this replacement is called the canonical name of the parameter.
Properties | |
GParamFlags | flags for this parameter |
GType | type that uses (introduces) this paremeter |
name | name of this parameter |
the | GValue type for this parameter |
flags for this parameter
flags for this parameter
type that uses (introduces) this paremeter
type that uses (introduces) this paremeter
name of this parameter
name of this parameter
GValue type for this parameter
GValue type for this parameter