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
This commit is contained in:
Alexander Larsson
2008-01-16 10:11:26 +00:00
committed by Alexander Larsson
parent 218827445d
commit 87cd883e8d
4 changed files with 56 additions and 0 deletions

View File

@@ -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,