#include "poll-events.h"
#include "file-reader.h"
#include <iv.h>
Go to the source code of this file.
◆ poll_file_changes_free()
| void poll_file_changes_free |
( |
PollEvents * |
s | ) |
|
◆ poll_file_changes_init_instance()
| void poll_file_changes_init_instance |
( |
PollFileChanges * |
self, |
|
|
gint |
fd, |
|
|
const gchar * |
follow_filename, |
|
|
gint |
follow_freq, |
|
|
FileReader * |
reader |
|
) |
| |
◆ poll_file_changes_new()
| PollEvents* poll_file_changes_new |
( |
gint |
fd, |
|
|
const gchar * |
follow_filename, |
|
|
gint |
follow_freq, |
|
|
FileReader * |
reader |
|
) |
| |
◆ poll_file_changes_stop_watches()
| void poll_file_changes_stop_watches |
( |
PollEvents * |
s | ) |
|
◆ poll_file_changes_update_watches()
| void poll_file_changes_update_watches |
( |
PollEvents * |
s, |
|
|
GIOCondition |
cond |
|
) |
| |