Class: FFI::Libfuse::FusePollHandle
- Inherits:
-
Object
- Object
- FFI::Libfuse::FusePollHandle
- Extended by:
- DataConverter
- Defined in:
- lib/ffi/libfuse/fuse_poll_handle.rb
Overview
TODO:
build a filsystem that uses poll and implement an appropriate ruby interface
struct fuse_poll_handle
Instance Method Summary collapse
- #notify_poll ⇒ Object (also: #notify, #fuse_notify_poll)
Instance Method Details
#notify_poll ⇒ Object Also known as: notify, fuse_notify_poll
52 53 54 |
# File 'lib/ffi/libfuse/fuse_poll_handle.rb', line 52 def notify_poll Libfuse.fuse_notify_poll(ph) end |