class GObject::GValue

def init gtype

Parameters:
  • gtype (GType) -- the type of thing this GValue can hold.
def init gtype
  ::GObject.g_value_init self, gtype
end