Class System.Inotify._Instance
- Description
Simple wrapper class that gives direct access to the inotify(7) interface. On create an inotify instance is initiated by calling inotify_init(2). Every object of this class has its own inotify file descriptor. Use this class only if you want direct access to the file descriptor to read from it manually. For a more user friendly inferface use System.Inotify.Instance.
- See also
- Variable event_callback
private function(int, int, int, string:void) System.Inotify._Instance.event_callback
- Description
Callback function that is called when an event is triggered.
- See also
set_event_callback(), query_event_callback()