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>
+
* gfile.c:
Add async version of find_enclosing_mount
with default implementation.
const char *attributes,
GCancellable *cancellable,
GError **error);
-GMount * g_file_find_enclosing_mount (GFile *file,
- GCancellable *cancellable,
- GError **error);
+GMount * g_file_find_enclosing_mount (GFile *file,
+ GCancellable *cancellable,
+ 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,
const char *attributes,
GFileQueryInfoFlags flags,