diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-01-08 15:07:59 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-01-08 15:07:59 +0000 |
commit | 518a0d444e149bf0fedbd768aa8440417999338e (patch) | |
tree | 9a3594954fdeab503fd60dba1cb3fd2d00245552 /daemon/computer.mount.in | |
parent | 382cd3e2d4c520859e49cf46eb3da5d19a563469 (diff) | |
download | gvfs-518a0d444e149bf0fedbd768aa8440417999338e.tar.gz |
Add initial computer backend
2008-01-08 Alexander Larsson <alexl@redhat.com>
* daemon/Makefile.am:
* daemon/computer.mount.in:
* daemon/gvfsbackendcomputer.[ch]:
Add initial computer backend
* daemon/gvfsbackend.h:
* daemon/gvfsjobunmountmountable.[ch]:
Add umount_mountable calls
svn path=/trunk/; revision=1078
Diffstat (limited to 'daemon/computer.mount.in')
-rw-r--r-- | daemon/computer.mount.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/daemon/computer.mount.in b/daemon/computer.mount.in new file mode 100644 index 00000000..c021644b --- /dev/null +++ b/daemon/computer.mount.in @@ -0,0 +1,5 @@ +[Mount] +Type=computer +Exec=@libexecdir@/gvfsd-computer +AutoMount=true + |