(g-value-zero g-value)
Initializes the GValue to "unset" state. Equivalent of the following initializer in C:
GValue value = { 0 };
Must be called before other functions that work with GValue (except set-g-value
with keyword argument :zero-g-value
set to true).