summaryrefslogtreecommitdiff
path: root/gio/gfile.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-01-16 10:11:26 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-01-16 10:11:26 +0000
commit87cd883e8d851eb3b844be9a74f2a444f2e2f190 (patch)
tree4cb442fd0fb92c47d4a12bb72deb0653fbe78ec2 /gio/gfile.h
parent218827445d8b83b38c153ef810338cc41dd6d172 (diff)
Add g_file_query_exists (#508771)
2008-01-16 Alexander Larsson <alexl@redhat.com> * gfile.[ch]: * gio.symbols: Add g_file_query_exists (#508771) svn path=/trunk/; revision=6319
Diffstat (limited to 'gio/gfile.h')
-rw-r--r--gio/gfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gfile.h b/gio/gfile.h
index 0fd571883..8d8ee6b8c 100644
--- a/gio/gfile.h
+++ b/gio/gfile.h
@@ -612,6 +612,8 @@ void g_file_replace_async (GFile
GFileOutputStream * g_file_replace_finish (GFile *file,
GAsyncResult *res,
GError **error);
+gboolean g_file_query_exists (GFile *file,
+ GCancellable *cancellable);
GFileInfo * g_file_query_info (GFile *file,
const char *attributes,
GFileQueryInfoFlags flags,