Class: Fiddle::Function

Inherits:
Object
  • Object
show all
Defined in:
lib/libui/ffi.rb

Overview

Change the Function to hold a little more information.

Instance Attribute Summary collapse

Instance Attribute Details

#argument_typesObject

Note: Ruby 2.7 Fiddle::Function dose not have @argument_types Ruby 3.0 Fiddle::Function has @argument_types



11
12
13
# File 'lib/libui/ffi.rb', line 11

def argument_types
  @argument_types
end

#callback_argument_typesObject

Note: Ruby 2.7 Fiddle::Function dose not have @argument_types Ruby 3.0 Fiddle::Function has @argument_types



11
12
13
# File 'lib/libui/ffi.rb', line 11

def callback_argument_types
  @callback_argument_types
end