Class: GObjectIntrospection::TypeTag::INTERFACE

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

Class Method Summary collapse

Class Method Details

.description(type_info) ⇒ Object



182
183
184
# File 'lib/gobject-introspection/type-tag.rb', line 182

def description(type_info)
  "#{super}(#{type_info.interface.description})"
end

.try_convert(type_info, value) ⇒ Object



178
179
180
# File 'lib/gobject-introspection/type-tag.rb', line 178

def try_convert(type_info, value)
  type_info.interface.try_convert(value)
end