Enlightenment CVS committal Author : englebass Project : e17 Module : proto
Dir : e17/proto/e_dbus/src/lib/hal Modified Files: e_hal_device.c e_hal_manager.c Log Message: Quiet. =================================================================== RCS file: /cvs/e/e17/proto/e_dbus/src/lib/hal/e_hal_device.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- e_hal_device.c 12 Jul 2007 02:14:43 -0000 1.8 +++ e_hal_device.c 24 Jul 2007 17:02:16 -0000 1.9 @@ -3,12 +3,14 @@ #define e_hal_device_call_new(udi, member) dbus_message_new_method_call(E_HAL_SENDER, udi, E_HAL_DEVICE_INTERFACE, member) #define e_hal_device_volume_call_new(udi, member) dbus_message_new_method_call(E_HAL_SENDER, udi, E_HAL_DEVICE_VOLUME_INTERFACE, member) +#if 0 static void cb_device_get_property(void *data, DBusMessage *msg, DBusError *err); static void cb_device_get_all_properties(void *data, DBusMessage *msg, DBusError *err); static void cb_device_query_capability(void *data, DBusMessage *msg, DBusError *err); +#endif /* Device.GetProperty */ -static E_Hal_Device_Get_Property_Return * +static void * unmarshal_device_get_property(DBusMessage *msg, DBusError *err) { E_Hal_Device_Get_Property_Return *ret = NULL; @@ -58,7 +60,7 @@ /* Device.GetAllProperties */ -static E_Hal_Device_Get_All_Properties_Return * +static void * unmarshal_device_get_all_properties(DBusMessage *msg, DBusError *err) { E_Hal_Device_Get_All_Properties_Return *ret = NULL; @@ -159,7 +161,7 @@ /* bool Device.QueryCapability(string udi) */ // XXX this is same as Device_Exists in manager. -static E_Hal_Device_Query_Capability_Return * +static void * unmarshal_device_query_capability(DBusMessage *msg, DBusError *err) { E_Hal_Device_Query_Capability_Return *ret = NULL; =================================================================== RCS file: /cvs/e/e17/proto/e_dbus/src/lib/hal/e_hal_manager.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_hal_manager.c 12 Jul 2007 02:14:43 -0000 1.9 +++ e_hal_manager.c 24 Jul 2007 17:02:16 -0000 1.10 @@ -4,7 +4,7 @@ /* GetAllDevices */ -static E_Hal_String_List_Return * +static void * unmarshal_string_list(DBusMessage *msg, DBusError *err) { E_Hal_String_List_Return *ret = NULL; @@ -59,7 +59,7 @@ /* Manager.DeviceExists(string udi) */ -static E_Hal_Manager_Device_Exists_Return * +static void * unmarshal_manager_device_exists(DBusMessage *msg, DBusError *err) { E_Hal_Manager_Device_Exists_Return *ret = NULL; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs