Class: GObjectIntrospection::TypeTag

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

Defined Under Namespace

Modules: ArrayTypeTag, FloatTypeTag, IntegerTypeTag Classes: ARRAY, BOOLEAN, FILENAME, GHASH, GTYPE, INTERFACE, UTF8

Instance Method Summary collapse

Instance Method Details

#description(type_info) ⇒ Object



23
24
25
# File 'lib/gobject-introspection/type-tag.rb', line 23

def description(type_info)
  nick
end

#try_convert(type_info, value) ⇒ Object



19
20
21
# File 'lib/gobject-introspection/type-tag.rb', line 19

def try_convert(type_info, value)
  nil
end