DBus goodness! Drive detection is more reliable now, need to implement some detection of the volume characteristics now.

This commit is contained in:
Jaime Thomas
2009-04-18 23:18:17 +00:00
parent 2a9fb5100f
commit b7cf7fc4b9
12 changed files with 450 additions and 181 deletions

View File

@@ -15,6 +15,8 @@
#include <Efreet_Mime.h>
#include <Efreet.h>
#include <Ewl.h>
#include <E_DBus.h>
#include <E_Hal.h>
#include <libburn/libburn.h>
#include <libisofs/libisofs.h>
@@ -63,6 +65,13 @@ struct _Ecdb_Main
* and leave it singular
*/
Ecdb_Page *page;
/* System dbus connection */
E_DBus_Connection *conn;
/* E_DBus signal handlers */
E_DBus_Signal_Handler *dev_added;
E_DBus_Signal_Handler *dev_removed;
};
extern Ecdb_Main *em;
@@ -89,6 +98,7 @@ extern unsigned int ECDB_FILELIST_SIZE_CHANGED;
#include "ecdb_filelist_custom.h"
#include "ecdb_about.h"
#include "ecdb_config_dialog.h"
#include "ecdb_hal.h"
#endif