Method: GObject::GValue#init
- Defined in:
- lib/vips/gvalue.rb
#init(gtype) ⇒ Object
Set the type of thing a gvalue can hold.
75 76 77 |
# File 'lib/vips/gvalue.rb', line 75 def init gtype ::GObject::g_value_init self, gtype end |
Set the type of thing a gvalue can hold.
75 76 77 |
# File 'lib/vips/gvalue.rb', line 75 def init gtype ::GObject::g_value_init self, gtype end |