#include "file-monitor-factory.h"#include "notified-fd-events.h"#include "poll-fd-events.h"#include "poll-file-changes.h"#include "poll-multiline-file-changes.h"#include <string.h>#include <stdio.h>
Functions | |
| FollowMethod | file_monitor_factory_follow_method_from_string (const gchar *method) |
| PollEvents * | create_file_monitor_events (FileReader *self, FollowMethod file_follow_mode, gint fd) |
| PollEvents* create_file_monitor_events | ( | FileReader * | self, |
| FollowMethod | file_follow_mode, | ||
| gint | fd | ||
| ) |
| FollowMethod file_monitor_factory_follow_method_from_string | ( | const gchar * | method | ) |