gobject.value

Undocumented in source.

Members

Classes

Value
class Value

An opaque structure used to hold different types of values.

Functions

getVal
T getVal(const(GValue)* gval)

Template to get a value from a GValue of a given D type (must contain the correct type)

setVal
void setVal(GValue* gval, T v)

Template to set a GValue to a given D type (must have been initialized to the proper type)