23 #ifndef NOTIFIED_FD_EVENTS_H_INCLUDED
24 #define NOTIFIED_FD_EVENTS_H_INCLUDED
29 notified_fd_events_update_watches(PollEvents *s, GIOCondition cond)
31 poll_events_check_watches(s);
34 static inline PollEvents *
35 notified_fd_events_new(gint fd)
40 self->super.start_watches = NULL;
41 self->super.stop_watches = NULL;
42 self->super.suspend_watches = NULL;
43 self->super.update_watches = notified_fd_events_update_watches;
@ FM_INOTIFY
Definition: poll-events.h:34
PollEvents * poll_fd_events_new(gint fd)
Definition: poll-fd-events.c:84
Definition: poll-fd-events.h:31