GFileIface.monitorDir

struct GFileIface
extern (C)
GFileMonitor* function(GFile* file, GFileMonitorFlags flags, GCancellable* cancellable, GError** err) monitorDir;

Return Value

a gio.FileMonitor for the given file, or NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.