#include "sbLinuxFileSystemWatcher.h"#include <nsComponentManagerUtils.h>#include <sys/inotify.h>#include <unistd.h>#include <errno.h>#include <string.h>#include <sbDebugUtils.h>Go to the source code of this file.
Typedefs | |
| typedef sbFileDescMap::value_type | sbFileDescPair |
| typedef sbFileDescMap::const_iterator | sbFileDescIter |
Functions | |
| static gboolean | Inotify_Callback (GIOChannel *source, GIOCondition condition, gpointer data) |
| typedef sbFileDescMap::const_iterator sbFileDescIter |
Definition at line 38 of file sbLinuxFileSystemWatcher.cpp.
| typedef sbFileDescMap::value_type sbFileDescPair |
Definition at line 37 of file sbLinuxFileSystemWatcher.cpp.
|
static |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbLinuxFSWatcher:5
Definition at line 49 of file sbLinuxFileSystemWatcher.cpp.