diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-02 17:19:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-07-02 17:19:16 +0000 |
commit | d19e08a40cb2900f70910916f1414d0a740612ea (patch) | |
tree | d30863c4f99c832604190a39d02a889cb4cf2fa0 /gio/gfile.h | |
parent | 563eb127486d337cf5aef58637328220a5c9fcc8 (diff) |
Add g_file_monitor
svn path=/trunk/; revision=7145
Diffstat (limited to 'gio/gfile.h')
-rw-r--r-- | gio/gfile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/gfile.h b/gio/gfile.h index 9bb5b4465..58b29923e 100644 --- a/gio/gfile.h +++ b/gio/gfile.h @@ -749,6 +749,10 @@ GFileMonitor* g_file_monitor_file (GFile GFileMonitorFlags flags, GCancellable *cancellable, GError **error); +GFileMonitor* g_file_monitor (GFile *file, + GFileMonitorFlags flags, + GCancellable *cancellable, + GError **error); /* Utilities */ |