enlightenment/src/bin/e_fm
Mike Blumenkrantz baa156f189 okay, so to check for udisks I've done the following:
1) set a signal handler to watch for udisks starting
2) check for udisks already running
3) send dbus method call to udisks regardless of run state
4) free error which is 100% guaranteed to occur
5) either pick up udisks from signal handler or from random dbus call
6) finally start efm
7) drink heavily.


SVN revision: 56055
2011-01-12 01:44:08 +00:00
..
Makefile.am add correct include paths 2011-01-05 17:21:59 +00:00
e_fm_ipc.c fix... gah. formatting mess there.. and the real problem 2010-10-07 00:04:19 +00:00
e_fm_ipc.h complete rewrite of all includes and file splitting to completely abstract dbus out of efm 2010-10-05 06:33:23 +00:00
e_fm_main.c remove old enum, rename to new enum values 2011-01-06 01:31:52 +00:00
e_fm_main.h complete rewrite of all includes and file splitting to completely abstract dbus out of efm 2010-10-05 06:33:23 +00:00
e_fm_main_hal.c disable annoying dbus printf, set disk mode to hal 2011-01-06 01:29:52 +00:00
e_fm_main_hal.h move e_fm_main_dbus*->e_fm_main_hal* again (I know I'm hilarious with my constant name changes) 2011-01-04 02:17:40 +00:00
e_fm_main_udisks.c okay, so to check for udisks I've done the following: 2011-01-12 01:44:08 +00:00
e_fm_main_udisks.h and lo, there was udisks mounting support. maybe. 2011-01-05 05:46:33 +00:00