Class: GObjectIntrospection::TypeTag::GTYPE

Inherits:
Object
  • Object
show all
Defined in:
lib/gobject-introspection/type-tag.rb

Class Method Summary collapse

Class Method Details

.try_convert(type_info, value) ⇒ Object



77
78
79
# File 'lib/gobject-introspection/type-tag.rb', line 77

def try_convert(type_info, value)
  GLib::Type.try_convert(value)
end