Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Add the async find_enclosing_mount version to the header file too.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alexlarsson authored and Alexander Larsson committed Jan 17, 2008
1 parent 35cf559 commit 359339f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions gio/ChangeLog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
14 changes: 11 additions & 3 deletions gio/gfile.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 359339f

Please sign in to comment.