Add the async find_enclosing_mount version to the header file too.
authorAlexander Larsson <alexl@redhat.com>
Thu, 17 Jan 2008 14:30:07 +0000 (14:30 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Thu, 17 Jan 2008 14:30:07 +0000 (14:30 +0000)
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

gio/ChangeLog
gio/gfile.h

index d7563e2b34f07e93f9c2113d753dc39bfef3beab..cf3a4ad81f78da011553c6d6c8f38e4f9fa6edf7 100644 (file)
@@ -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>
 
         * gfile.c:
index 8d8ee6b8c12d6bd04193953bb043e0cb0b81cb95..797daa457d9e376c0ffc8fe86b28603893d47cb4 100644 (file)
@@ -633,9 +633,17 @@ GFileInfo *             g_file_query_filesystem_info      (GFile
                                                           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,