#include #include "nntpgrab_utils.h"
Functions |
|
| NGFileMonitor * | nntpgrab_utils_monitor_directory (const char *path, char **errmsg) |
| Start the monitoring of a directory. |
|
| void | nntpgrab_utils_cancel_directory_monitor (NGFileMonitor *monitor) |
| Cancel the monitoring of a directory. |
|
| void nntpgrab_utils_cancel_directory_monitor | ( | NGFileMonitor * | monitor | ) |
Cancel the monitoring of a directory.
| monitor | The instance of the NGFileMonitor which needs to be stopped |
| NGFileMonitor* nntpgrab_utils_monitor_directory | ( | const char * | path, | |
| char ** | errmsg | |||
| ) |
Start the monitoring of a directory.
| path | The directory which needs to be monitored for changes | |
| errmsg | Pointer to a char*. If an errors occurs, the reason will be placed in this field. Needs to be freed using ngfree(). Can be NULL to ignore errors |