// Clears the current value in value and "unsets" the type, func (v *Value) Unset() { C.g_value_unset(v.g()) }
func (self GValue) Free() { C.g_value_unset(self.value) }
func (v *Value) unset() { C.g_value_unset(v.native()) }
// g_value_unset func (this *Value) Unset() { C.g_value_unset(this.asC()) }