summaryrefslogtreecommitdiff
path: root/gio/glocalfilemonitor.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-01-14 15:00:31 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-01-14 15:00:31 +0000
commit3690cb75a67377a169264e226655d8fa3a5d003a (patch)
treebcfa6b2b1993da72c543eeef922b3cb573a23169 /gio/glocalfilemonitor.h
parenta80b1120f1fa19cfb036e371313af8e73eaea049 (diff)
Add GError to file monitor calls
2008-01-14 Alexander Larsson <alexl@redhat.com> * gfile.[ch]: (g_file_monitor_directory): (g_file_monitor_file): Add GError to file monitor calls * glocaldirectorymonitor.c: * glocaldirectorymonitor.h: * glocalfile.c: * glocalfilemonitor.c: * glocalfilemonitor.h: * gunixmounts.c: Update for above change svn path=/trunk/; revision=6306
Diffstat (limited to 'gio/glocalfilemonitor.h')
-rw-r--r--gio/glocalfilemonitor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/glocalfilemonitor.h b/gio/glocalfilemonitor.h
index e01ab0657..658310d07 100644
--- a/gio/glocalfilemonitor.h
+++ b/gio/glocalfilemonitor.h
@@ -53,7 +53,8 @@ struct _GLocalFileMonitorClass {
GType g_local_file_monitor_get_type (void) G_GNUC_CONST;
GFileMonitor* _g_local_file_monitor_new (const char* pathname,
- GFileMonitorFlags flags);
+ GFileMonitorFlags flags,
+ GError **error);
G_END_DECLS