Ask to unmount the disc via dbus/hal, although it isn't as much of a silver bullet as I wish. It unmounts discs from EFM fine, but Thunar isn't so compliant.

This commit is contained in:
Jaime Thomas
2009-04-29 02:46:32 +00:00
parent a3360d81a2
commit d54838db08
4 changed files with 107 additions and 51 deletions

View File

@@ -4,6 +4,8 @@
int ecdb_hal_init(void);
void ecdb_hal_shutdown(void);
void ecdb_hal_request_unmount(Ecdb_Drive_Info *drive);
void ecdb_hal_request_unmount(Ecdb_Drive_Info *drive,
E_DBus_Callback_Func cb,
void *data);
#endif