- ecore integration works (only signals tested so far)
- the code needs to be cleaned up
This commit is contained in:
parent
0dd61fc152
commit
845e8f3acc
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue