mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Add the async find_enclosing_mount version to the header file too.
2008-01-17 Alexander Larsson <alexl@redhat.com> * gfile.h: Add the async find_enclosing_mount version to the header file too. svn path=/trunk/; revision=6326
This commit is contained in:
parent
35cf559e3d
commit
359339fe25
@ -1,3 +1,9 @@
|
|||||||
|
2008-01-17 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
|
* gfile.h:
|
||||||
|
Add the async find_enclosing_mount version
|
||||||
|
to the header file too.
|
||||||
|
|
||||||
2008-01-17 Alexander Larsson <alexl@redhat.com>
|
2008-01-17 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
* gfile.c:
|
* gfile.c:
|
||||||
|
@ -636,6 +636,14 @@ GFileInfo * g_file_query_filesystem_info (GFile
|
|||||||
GMount * g_file_find_enclosing_mount (GFile *file,
|
GMount * g_file_find_enclosing_mount (GFile *file,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
void g_file_find_enclosing_mount_async (GFile *file,
|
||||||
|
int io_priority,
|
||||||
|
GCancellable *cancellable,
|
||||||
|
GAsyncReadyCallback callback,
|
||||||
|
gpointer user_data);
|
||||||
|
GMount * g_file_find_enclosing_mount_finish (GFile *file,
|
||||||
|
GAsyncResult *res,
|
||||||
|
GError **error);
|
||||||
GFileEnumerator * g_file_enumerate_children (GFile *file,
|
GFileEnumerator * g_file_enumerate_children (GFile *file,
|
||||||
const char *attributes,
|
const char *attributes,
|
||||||
GFileQueryInfoFlags flags,
|
GFileQueryInfoFlags flags,
|
||||||
|
Loading…
Reference in New Issue
Block a user