getVal

fnT getVal(T)(const(GValue) * gval)

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

Parameters

TD type which the C GValue structure contains
gvalC GValue structure pointer

Returns

The value of type T