Value.init_
void init_(T)()Template to initialize a Value to a D type.
Parameters
T | The D type to initialize the Value to |
gobject.value.Value init_(gobject.types.GType gType)Initializes value with the default value of type.
Parameters
gType | Type the #GValue should hold values of. |
Returns
the #GValue structure that has been passed in