module GObjectIntrospection::TypeTag::INTERFACE

Public Class Methods

description(type_info) click to toggle source
# File lib/gobject-introspection/type-tag.rb, line 182
def description(type_info)
  "#{super}(#{type_info.interface.description})"
end
try_convert(type_info, value) click to toggle source
# File lib/gobject-introspection/type-tag.rb, line 178
def try_convert(type_info, value)
  type_info.interface.try_convert(value)
end