Method

GObjectValueunset

Declaration [src]

void
g_value_unset (
  GValue* value
)

Description [src]

Clears the current value in value (if any) and ‘unsets’ the type.

This releases all resources associated with this GValue. An unset value is the same as a cleared (zero-filled) GValue structure set to G_VALUE_INIT.