summaryrefslogtreecommitdiff
path: root/include/dbus-c++/ecore-integration.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbus-c++/ecore-integration.h')
-rw-r--r--include/dbus-c++/ecore-integration.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dbus-c++/ecore-integration.h b/include/dbus-c++/ecore-integration.h
index b475533..2b14b27 100644
--- a/include/dbus-c++/ecore-integration.h
+++ b/include/dbus-c++/ecore-integration.h
@@ -47,7 +47,7 @@ private:
void toggle();
- static int timeout_handler( void* );
+ static Eina_Bool timeout_handler( void* );
void _enable();
@@ -69,9 +69,9 @@ private:
void toggle();
- static int watch_handler_read ( void*, Ecore_Fd_Handler *fdh);
+ static Eina_Bool watch_handler_read ( void*, Ecore_Fd_Handler *fdh);
- static int watch_handler_error ( void*, Ecore_Fd_Handler *fdh);
+ static Eina_Bool watch_handler_error ( void*, Ecore_Fd_Handler *fdh);
void _enable();