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
new(interface_info)
click to toggle source
# File lib/gir_ffi/receiver_type_info.rb, line 9 def initialize(interface_info) @interface_info = interface_info end
Public Instance Methods
array_length()
click to toggle source
# File lib/gir_ffi/receiver_type_info.rb, line 25 def array_length -1 end
interface()
click to toggle source
# File lib/gir_ffi/receiver_type_info.rb, line 13 def interface @interface_info end
pointer?()
click to toggle source
# File lib/gir_ffi/receiver_type_info.rb, line 21 def pointer? false end
tag()
click to toggle source
# File lib/gir_ffi/receiver_type_info.rb, line 17 def tag :interface end