- ecore integration works (only signals tested so far)

- the code needs to be cleaned up
This commit is contained in:
Andreas Volz 2008-07-30 22:12:45 +02:00
parent 0dd61fc152
commit 845e8f3acc

View file

@ -153,7 +153,7 @@ int Ecore::BusWatch::watch_handler_read( void *data, Ecore_Fd_Handler *fdh )
int flags = DBUS_WATCH_READABLE;
watch_dispatch(NULL);// test
watch_dispatch(NULL);
w->handle(flags);
@ -168,6 +168,8 @@ int Ecore::BusWatch::watch_handler_error( void *data, Ecore_Fd_Handler *fdh )
int flags = DBUS_WATCH_ERROR;
watch_dispatch(NULL);
//w->handle(flags);
return 1;