first stab at implementing Mount() and Unmount()
authorDavid Zeuthen <davidz@redhat.com>
Thu, 13 Mar 2008 07:02:15 +0000 (03:02 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 13 Mar 2008 07:02:15 +0000 (03:02 -0400)
commit73f2d381304f9bdb68133dbda16832678e657863
tree86f835f3f5e52246993a95617db8df59690ceeda
parent943fe9538e66c1a5f8380d7e318ae75a7e143ab7
first stab at implementing Mount() and Unmount()

It works pretty well; there's a few TODO's left though.
policy/org.freedesktop.devicekit.disks.policy.in
src/Makefile.am
src/devkit-disks-daemon.c
src/devkit-disks-daemon.h
src/devkit-disks-device-private.h [new file with mode: 0644]
src/devkit-disks-device.c
src/devkit-disks-device.h
src/mounts-file.c [new file with mode: 0644]
src/mounts-file.h [new file with mode: 0644]
src/org.freedesktop.DeviceKit.Disks.Device.xml
tools/devkit-disks.c