summaryrefslogtreecommitdiff
path: root/daemon/gvfsjobunmountmountable.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-01-11 09:17:28 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-01-11 09:17:28 +0000
commit64e052d5b43bcb033187e46aaafea4f867e10a75 (patch)
treea9dd2fb52294968fe65b7c4f918895a0d220631c /daemon/gvfsjobunmountmountable.h
parented7cfa1b785fd70da0945518878197d61897e6b1 (diff)
downloadgvfs-64e052d5b43bcb033187e46aaafea4f867e10a75.tar.gz
Implement unmount_mountable and eject_mountable on client side.
2008-01-11 Alexander Larsson <alexl@redhat.com> * client/gdaemonfile.c: * common/gvfsdaemonprotocol.h: Implement unmount_mountable and eject_mountable on client side. * common/gmountoperationdbus.c: Fix warnings * daemon/gvfsbackend.[ch]: * daemon/gvfsjobunmountmountable.[ch]: Add unmount_mountable and eject_mountable in daemon. * daemon/gvfsbackendcomputer.c: Implement unmount_mountable and eject_mountable * daemon/gvfsbackendlocaltest.c: Update to latest API * daemon/gvfsbackendsftp.c: Fix indentation * daemon/gvfsjobunmount.c: Always allow unmount if unmount is not implemented. svn path=/trunk/; revision=1093
Diffstat (limited to 'daemon/gvfsjobunmountmountable.h')
-rw-r--r--daemon/gvfsjobunmountmountable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gvfsjobunmountmountable.h b/daemon/gvfsjobunmountmountable.h
index 9f54e041..8a1a49d4 100644
--- a/daemon/gvfsjobunmountmountable.h
+++ b/daemon/gvfsjobunmountmountable.h
@@ -46,6 +46,7 @@ struct _GVfsJobUnmountMountable
GVfsBackend *backend;
char *filename;
gboolean eject;
+ GMountUnmountFlags flags;
};
struct _GVfsJobUnmountMountableClass