Value.init_

void init_(T)()

Template to initialize a Value to a D type.

Parameters

TThe D type to initialize the Value to

Initializes value with the default value of type.

Parameters

gTypeType the #GValue should hold values of.

Returns

the #GValue structure that has been passed in