class GirFFI::ReceiverTypeInfo
Represents the type of the receiver of a signal, vfunc, or method, conforming, as needed, to the interface of GObjectIntrospection::ITypeInfo
Public Class Methods
Source
# File lib/gir_ffi/receiver_type_info.rb, line 9 def initialize(interface_info) @interface_info = interface_info end
Public Instance Methods
Source
# File lib/gir_ffi/receiver_type_info.rb, line 13 def interface @interface_info end