class GObjectIntrospection::TypeTag

Public Instance Methods

description(type_info) click to toggle source
# File lib/gobject-introspection/type-tag.rb, line 23
def description(type_info)
  nick
end
try_convert(type_info, value) click to toggle source
# File lib/gobject-introspection/type-tag.rb, line 19
def try_convert(type_info, value)
  nil
end