module GObjectIntrospection::TypeTag::GTYPE

Public Class Methods

try_convert(type_info, value) click to toggle source
# File lib/gobject-introspection/type-tag.rb, line 75
def try_convert(type_info, value)
  GLib::Type.try_convert(value)
end