Module: FFI::Libfuse::FuseCallbacks
Overview
Methods to register callbacks and wrappers
Configuration collapse
-
#fuse_respond_to?(fuse_method) ⇒ Boolean
abstract
True if the fuse method should be registered.
-
#fuse_wrappers(*wrappers) ⇒ Array
abstract
Wrappers change the behaviour/signature of the abstract fuse callback methods.
Methods included from Callbacks
Instance Method Details
#fuse_respond_to?(fuse_method) ⇒ Boolean
This method is abstract.
Returns true if the fuse method should be registered.
|
# File 'lib/ffi/libfuse/fuse_callbacks.rb', line 24
|
#fuse_wrappers(*wrappers) ⇒ Array
This method is abstract.
Wrappers change the behaviour/signature of the abstract fuse callback methods
|
# File 'lib/ffi/libfuse/fuse_callbacks.rb', line 13
|