mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +02:00
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:
committed by
Alexander Larsson
parent
218827445d
commit
87cd883e8d
@@ -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,
|
||||
|
Reference in New Issue
Block a user