glib r6326 - trunk/gio



Author: alexl
Date: Thu Jan 17 14:30:07 2008
New Revision: 6326
URL: http://svn.gnome.org/viewvc/glib?rev=6326&view=rev

Log:
2008-01-17  Alexander Larsson  <alexl redhat com>

        * gfile.h:
	Add the async find_enclosing_mount version
	to the header file too.




Modified:
   trunk/gio/ChangeLog
   trunk/gio/gfile.h

Modified: trunk/gio/gfile.h
==============================================================================
--- trunk/gio/gfile.h	(original)
+++ trunk/gio/gfile.h	Thu Jan 17 14:30:07 2008
@@ -633,9 +633,17 @@
 							   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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]