gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
#include <Thread.H>
#include <sys/inotify.h>
#include <unistd.h>
#include <limits.h>
#include <assert.h>
Go to the source code of this file.
Classes | |
class | FileWatchThreaded |
Macros | |
#define | MAX_EVENTS 10 |
Max number of events to read at one time. More... | |
#define | BUF_SIZE MAX_EVENTS*(sizeof(struct inotify_event) + NAME_MAX + 1) |
#define BUF_SIZE MAX_EVENTS*(sizeof(struct inotify_event) + NAME_MAX + 1) |
Definition at line 50 of file FileWatchThreaded.H.
#define MAX_EVENTS 10 |
Max number of events to read at one time.
Definition at line 49 of file FileWatchThreaded.H.
GTK+ IOStream
Beta
|