DBus goodness! Drive detection is more reliable now, need to implement some detection of the volume characteristics now.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user