Method
GObjectValuereset
Declaration [src]
GValue*
g_value_reset (
GValue* value
)
Description [src]
Clears the current value in value
and resets it to the default value
(as if the value had just been initialized using
g_value_init()
).