class GirFFI::UserDataTypeInfo
Represents the type of the user data (closure argument) of a signal or vfunc, conforming, as needed, to the interface of GObjectIntrospection::ITypeInfo.
Public Instance Methods
array_length()
click to toggle source
# File lib/gir_ffi/user_data_type_info.rb, line 17 def array_length -1 end
pointer?()
click to toggle source
# File lib/gir_ffi/user_data_type_info.rb, line 13 def pointer? true end
tag()
click to toggle source
# File lib/gir_ffi/user_data_type_info.rb, line 9 def tag :void end