Method: GObject::GValue#unset
- Defined in:
- lib/vips/gvalue.rb
#unset ⇒ Object
Clear the thing held by a GValue.
This happens automatically when a GValue is GCed, but this method can be handy if you need to drop a reference explicitly for some reason.
253 254 255 |
# File 'lib/vips/gvalue.rb', line 253 def unset ::GObject.g_value_unset self end |