jruby/docs BETA
Navigation
org.jruby.ext.ffi 33
C AbstractInvoker
C AbstractMemory
I AllocatedDirectMemoryIO
C ArrayMemoryIO
C AutoPointer
C Buffer
C CallbackInfo
C CallbackManager
C DataConverter
C Enums
C FFI
C FFIService
C Factory
C FreedMemoryIO
C IOModule
C InvalidMemoryIO
C MappedType
C MemoryIO
C MemoryObject
C MemoryPointer
C MemoryUtil
E NativeType
C NoImplFactory
C NullMemoryIO
C Platform
C Pointer
C Struct
C StructByValue
C StructLayout
C SwappedMemoryIO
C Type
C TypeResolver
C Util
CallbackManager — members 3
C new()
M get_callback(runtime, cb_info, proc) Pointer
M get_callback(context, cb_info, proc) Pointer

org.jruby.ext.ffi.CallbackManager

class abstract 3 members

Constructors

new

new ( )
Java: <init>()

Instance Methods

get_callback

Pointer get_callback ( Ruby runtime, CallbackInfo cb_info, Object proc )
Java: getCallback(org.jruby.Ruby runtime, org.jruby.ext.ffi.CallbackInfo cbInfo, Object proc)

get_callback

Pointer get_callback ( ThreadContext context, CallbackInfo cb_info, Object proc )
Java: getCallback(org.jruby.runtime.ThreadContext context, org.jruby.ext.ffi.CallbackInfo cbInfo, Object proc)