__UNUSED__ -> EINA_UNUSED

this has been bugging me forever. __UNUSED__ is no longer a valid macro here.
devs/stefan/wl-session-recovery
Mike Blumenkrantz 9 years ago
parent aefab90d52
commit 471dcb24cb
  1. 1
      configure.ac
  2. 47
      m4/ac_attribute.m4
  3. 16
      src/bin/e_acpi.c
  4. 142
      src/bin/e_actions.c
  5. 10
      src/bin/e_backlight.c
  6. 14
      src/bin/e_bg.c
  7. 6
      src/bin/e_color_dialog.c
  8. 6
      src/bin/e_comp.c
  9. 6
      src/bin/e_comp_x.c
  10. 2
      src/bin/e_config.c
  11. 12
      src/bin/e_config_dialog.c
  12. 10
      src/bin/e_configure.c
  13. 4
      src/bin/e_confirm_dialog.c
  14. 12
      src/bin/e_desk.c
  15. 22
      src/bin/e_desklock.c
  16. 18
      src/bin/e_desktop_editor.c
  17. 4
      src/bin/e_dialog.c
  18. 24
      src/bin/e_dnd.c
  19. 8
      src/bin/e_dpms.c
  20. 6
      src/bin/e_entry_dialog.c
  21. 14
      src/bin/e_exec.c
  22. 2
      src/bin/e_exehist.c
  23. 10
      src/bin/e_filereg.c
  24. 2
      src/bin/e_flowlayout.c
  25. 182
      src/bin/e_fm.c
  26. 18
      src/bin/e_fm/e_fm_ipc.c
  27. 34
      src/bin/e_fm/e_fm_main_eeze.c
  28. 26
      src/bin/e_fm/e_fm_main_udisks.c
  29. 12
      src/bin/e_fm/e_fm_main_udisks2.c
  30. 6
      src/bin/e_fm_cmdline.c
  31. 8
      src/bin/e_fm_custom.c
  32. 4
      src/bin/e_fm_device.c
  33. 8
      src/bin/e_fm_mime.c
  34. 6
      src/bin/e_fm_op.c
  35. 6
      src/bin/e_fm_op_registry.c
  36. 10
      src/bin/e_fm_prop.c
  37. 2
      src/bin/e_focus.c
  38. 4
      src/bin/e_font.c
  39. 106
      src/bin/e_gadcon.c
  40. 8
      src/bin/e_gadcon_popup.c
  41. 6
      src/bin/e_grab_dialog.c
  42. 2
      src/bin/e_grabinput.c
  43. 2
      src/bin/e_hints.c
  44. 4
      src/bin/e_icon.c
  45. 10
      src/bin/e_ilist.c
  46. 6
      src/bin/e_import_config_dialog.c
  47. 4
      src/bin/e_import_dialog.c
  48. 4
      src/bin/e_init.c
  49. 10
      src/bin/e_int_client_locks.c
  50. 100
      src/bin/e_int_client_menu.c
  51. 6
      src/bin/e_int_client_prop.c
  52. 4
      src/bin/e_int_client_remember.c
  53. 8
      src/bin/e_int_config_comp.c
  54. 2
      src/bin/e_int_config_comp_match.c
  55. 20
      src/bin/e_int_config_modules.c
  56. 28
      src/bin/e_int_gadcon_config.c
  57. 54
      src/bin/e_int_menus.c
  58. 20
      src/bin/e_int_shelf_config.c
  59. 6
      src/bin/e_int_toolbar_config.c
  60. 4
      src/bin/e_intl.c
  61. 12
      src/bin/e_ipc.c
  62. 2
      src/bin/e_layout.c
  63. 2
      src/bin/e_log.c
  64. 30
      src/bin/e_main.c
  65. 18
      src/bin/e_menu.c
  66. 4
      src/bin/e_module.c
  67. 12
      src/bin/e_moveresize.c
  68. 4
      src/bin/e_msg.c
  69. 34
      src/bin/e_msgbus.c
  70. 4
      src/bin/e_obj_dialog.c
  71. 2
      src/bin/e_open.c
  72. 4
      src/bin/e_order.c
  73. 4
      src/bin/e_pan.c
  74. 2
      src/bin/e_path.c
  75. 2
      src/bin/e_place.c
  76. 6
      src/bin/e_powersave.c
  77. 8
      src/bin/e_remember.c
  78. 2
      src/bin/e_resist.c
  79. 26
      src/bin/e_screensaver.c
  80. 20
      src/bin/e_scrollframe.c
  81. 36
      src/bin/e_shelf.c
  82. 10
      src/bin/e_signals.c
  83. 6
      src/bin/e_slidecore.c
  84. 16
      src/bin/e_slider.c
  85. 8
      src/bin/e_slidesel.c
  86. 2
      src/bin/e_start_main.c
  87. 4
      src/bin/e_startup.c
  88. 24
      src/bin/e_sys.c
  89. 8
      src/bin/e_theme.c
  90. 2
      src/bin/e_theme_about.c
  91. 8
      src/bin/e_thumb.c
  92. 16
      src/bin/e_thumb_main.c
  93. 26
      src/bin/e_toolbar.c
  94. 14
      src/bin/e_update.c
  95. 12
      src/bin/e_utils.c
  96. 4
      src/bin/e_widget.c
  97. 2
      src/bin/e_widget_aspect.c
  98. 12
      src/bin/e_widget_bgpreview.c
  99. 2
      src/bin/e_widget_button.c
  100. 4
      src/bin/e_widget_check.c
  101. Some files were not shown because too many files have changed in this diff Show More

@ -43,7 +43,6 @@ AC_C_BIGENDIAN
AC_PROG_CC_C99
AM_PROG_CC_C_O
AC_FUNC_ALLOCA
AC_C___ATTRIBUTE__
LT_INIT([disable-static])

@ -1,47 +0,0 @@
dnl Copyright (C) 2004-2008 Kim Woelders
dnl Copyright (C) 2008 Vincent Torri <vtorri at univ-evry dot fr>
dnl That code is public domain and can be freely used or copied.
dnl Originally snatched from somewhere...
dnl Macro for checking if the compiler supports __attribute__
dnl Usage: AC_C___ATTRIBUTE__
dnl call AC_DEFINE for HAVE___ATTRIBUTE__ and __UNUSED__
dnl if the compiler supports __attribute__, HAVE___ATTRIBUTE__ is
dnl defined to 1 and __UNUSED__ is defined to __attribute__((unused))
dnl otherwise, HAVE___ATTRIBUTE__ is not defined and __UNUSED__ is
dnl defined to nothing.
AC_DEFUN([AC_C___ATTRIBUTE__],
[
AC_MSG_CHECKING([for __attribute__])
AC_CACHE_VAL([ac_cv___attribute__],
[AC_TRY_COMPILE(
[
#include <stdlib.h>
int func(int x);
int foo(int x __attribute__ ((unused)))
{
exit(1);
}
],
[],
[ac_cv___attribute__="yes"],
[ac_cv___attribute__="no"]
)])
AC_MSG_RESULT($ac_cv___attribute__)
if test "x${ac_cv___attribute__}" = "xyes" ; then
AC_DEFINE([HAVE___ATTRIBUTE__], [1], [Define to 1 if your compiler has __attribute__])
AC_DEFINE([__UNUSED__], [__attribute__((unused))], [Macro declaring a function argument to be unused])
else
AC_DEFINE([__UNUSED__], [], [Macro declaring a function argument to be unused])
fi
])
dnl End of ac_attribute.m4

@ -42,11 +42,11 @@ struct _E_ACPI_Device_Multiplexed
};
/* local function prototypes */
static Eina_Bool _e_acpi_cb_server_del(void *data __UNUSED__, int type __UNUSED__, void *event);
static Eina_Bool _e_acpi_cb_server_data(void *data __UNUSED__, int type __UNUSED__, void *event);
static void _e_acpi_cb_event_free(void *data __UNUSED__, void *event);
static Eina_Bool _e_acpi_cb_server_del(void *data EINA_UNUSED, int type EINA_UNUSED, void *event);
static Eina_Bool _e_acpi_cb_server_data(void *data EINA_UNUSED, int type EINA_UNUSED, void *event);
static void _e_acpi_cb_event_free(void *data EINA_UNUSED, void *event);
static int _e_acpi_lid_status_get(const char *device, const char *bus);
static Eina_Bool _e_acpi_cb_event(void *data __UNUSED__, int type __UNUSED__, void *event);
static Eina_Bool _e_acpi_cb_event(void *data EINA_UNUSED, int type EINA_UNUSED, void *event);
/* local variables */
static int _e_acpi_events_frozen = 0;
@ -206,7 +206,7 @@ e_acpi_events_thaw(void)
/* local functions */
static Eina_Bool
_e_acpi_cb_server_del(void *data __UNUSED__, int type __UNUSED__, void *event)
_e_acpi_cb_server_del(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
{
Ecore_Con_Event_Server_Del *ev;
Ecore_Event_Handler *hdl;
@ -228,7 +228,7 @@ _e_acpi_cb_server_del(void *data __UNUSED__, int type __UNUSED__, void *event)
}
static Eina_Bool
_e_acpi_cb_server_data(void *data __UNUSED__, int type __UNUSED__, void *event)
_e_acpi_cb_server_data(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
{
Ecore_Con_Event_Server_Data *ev;
E_Event_Acpi *acpi_event;
@ -366,7 +366,7 @@ done_event:
}
static void
_e_acpi_cb_event_free(void *data __UNUSED__, void *event)
_e_acpi_cb_event_free(void *data EINA_UNUSED, void *event)
{
E_Event_Acpi *ev;
@ -437,7 +437,7 @@ _e_acpi_lid_status_get(const char *device, const char *bus)
}
static Eina_Bool
_e_acpi_cb_event(void *data __UNUSED__, int type __UNUSED__, void *event)
_e_acpi_cb_event(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
{
E_Event_Acpi *ev;

@ -7,7 +7,7 @@
if (act) act->func.go = _e_actions_act_##name##_go; \
}
#define ACT_FN_GO(act, use) \
static void _e_actions_act_##act##_go(E_Object * obj __UNUSED__, const char *params use)
static void _e_actions_act_##act##_go(E_Object * obj EINA_UNUSED, const char *params use)
#define ACT_GO_MOUSE(name) \
{ \
@ -15,7 +15,7 @@
if (act) act->func.go_mouse = _e_actions_act_##name##_go_mouse; \
}
#define ACT_FN_GO_MOUSE(act, use) \
static void _e_actions_act_##act##_go_mouse(E_Object * obj __UNUSED__, const char *params use, E_Binding_Event_Mouse_Button * ev __UNUSED__)
static void _e_actions_act_##act##_go_mouse(E_Object * obj EINA_UNUSED, const char *params use, E_Binding_Event_Mouse_Button * ev EINA_UNUSED)
#define ACT_GO_WHEEL(name) \
{ \
@ -23,7 +23,7 @@
if (act) act->func.go_wheel = _e_actions_act_##name##_go_wheel; \
}
#define ACT_FN_GO_WHEEL(act, use) \
static void _e_actions_act_##act##_go_wheel(E_Object * obj __UNUSED__, const char *params use, E_Binding_Event_Wheel * ev __UNUSED__)
static void _e_actions_act_##act##_go_wheel(E_Object * obj EINA_UNUSED, const char *params use, E_Binding_Event_Wheel * ev EINA_UNUSED)
#define ACT_GO_EDGE(name) \
{ \
@ -31,7 +31,7 @@
if (act) act->func.go_edge = _e_actions_act_##name##_go_edge; \
}
#define ACT_FN_GO_EDGE(act, use) \
static void _e_actions_act_##act##_go_edge(E_Object * obj __UNUSED__, const char *params use, E_Event_Zone_Edge * ev __UNUSED__)
static void _e_actions_act_##act##_go_edge(E_Object * obj EINA_UNUSED, const char *params use, E_Event_Zone_Edge * ev EINA_UNUSED)
#define ACT_GO_SIGNAL(name) \
{ \
@ -39,7 +39,7 @@
if (act) act->func.go_signal = _e_actions_act_##name##_go_signal; \
}
#define ACT_FN_GO_SIGNAL(act, use) \
static void _e_actions_act_##act##_go_signal(E_Object * obj __UNUSED__, const char *params use, const char *sig, const char *src)
static void _e_actions_act_##act##_go_signal(E_Object * obj EINA_UNUSED, const char *params use, const char *sig, const char *src)
#define ACT_GO_KEY(name) \
{ \
@ -47,7 +47,7 @@
if (act) act->func.go_key = _e_actions_act_##name##_go_key; \
}
#define ACT_FN_GO_KEY(act, use1, use2) \
static void _e_actions_act_##act##_go_key(E_Object * obj __UNUSED__, const char *params use1, Ecore_Event_Key * ev use2)
static void _e_actions_act_##act##_go_key(E_Object * obj EINA_UNUSED, const char *params use1, Ecore_Event_Key * ev use2)
#define ACT_END(name) \
{ \
@ -55,7 +55,7 @@
if (act) act->func.end = _e_actions_act_##name##_end; \
}
#define ACT_FN_END(act, use) \
static void _e_actions_act_##act##_end(E_Object * obj __UNUSED__, const char *params use)
static void _e_actions_act_##act##_end(E_Object * obj EINA_UNUSED, const char *params use)
#define ACT_END_MOUSE(name) \
{ \
@ -63,7 +63,7 @@
if (act) act->func.end_mouse = _e_actions_act_##name##_end_mouse; \
}
#define ACT_FN_END_MOUSE(act, use) \
static void _e_actions_act_##act##_end_mouse(E_Object * obj __UNUSED__, const char *params use, E_Binding_Event_Mouse_Button * ev __UNUSED__)
static void _e_actions_act_##act##_end_mouse(E_Object * obj EINA_UNUSED, const char *params use, E_Binding_Event_Mouse_Button * ev EINA_UNUSED)
#define ACT_END_KEY(name) \
{ \
@ -71,7 +71,7 @@
if (act) act->func.end_key = _e_actions_act_##name##_end_key; \
}
#define ACT_FN_END_KEY(act, use) \
static void _e_actions_act_##act##_end_key(E_Object * obj __UNUSED__, const char *params use, Ecore_Event_Key * ev __UNUSED__)
static void _e_actions_act_##act##_end_key(E_Object * obj EINA_UNUSED, const char *params use, Ecore_Event_Key * ev EINA_UNUSED)
#define ACT_GO_ACPI(name) \
{ \
@ -79,7 +79,7 @@
if (act) act->func.go_acpi = _e_actions_act_##name##_go_acpi; \
}
#define ACT_FN_GO_ACPI(act, use) \
static void _e_actions_act_##act##_go_acpi(E_Object * obj __UNUSED__, const char *params use, E_Event_Acpi * ev __UNUSED__)
static void _e_actions_act_##act##_go_acpi(E_Object * obj EINA_UNUSED, const char *params use, E_Event_Acpi * ev EINA_UNUSED)
/* local functions forward declarations (window_jump_to needs the definition of exec) */
ACT_FN_GO(exec, );
@ -91,7 +91,7 @@ static int _action_groups_sort_cb(const void *d1, const void *d2);
/* to save writing this in N places - the sections are defined here */
/***************************************************************************/
ACT_FN_GO(window_move, __UNUSED__)
ACT_FN_GO(window_move, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -100,7 +100,7 @@ ACT_FN_GO(window_move, __UNUSED__)
e_client_act_move_begin((E_Client *)obj, NULL);
}
ACT_FN_GO_MOUSE(window_move, __UNUSED__)
ACT_FN_GO_MOUSE(window_move, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -125,7 +125,7 @@ ACT_FN_GO_SIGNAL(window_move, )
}
}
ACT_FN_END(window_move, __UNUSED__)
ACT_FN_END(window_move, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -133,7 +133,7 @@ ACT_FN_END(window_move, __UNUSED__)
e_client_act_move_end((E_Client *)obj, NULL);
}
ACT_FN_END_MOUSE(window_move, __UNUSED__)
ACT_FN_END_MOUSE(window_move, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -141,7 +141,7 @@ ACT_FN_END_MOUSE(window_move, __UNUSED__)
e_client_act_move_end((E_Client *)obj, ev);
}
ACT_FN_GO_KEY(window_move, __UNUSED__, __UNUSED__)
ACT_FN_GO_KEY(window_move, EINA_UNUSED, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -155,7 +155,7 @@ ACT_FN_GO_KEY(window_move, __UNUSED__, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(window_resize, __UNUSED__)
ACT_FN_GO(window_resize, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -164,7 +164,7 @@ ACT_FN_GO(window_resize, __UNUSED__)
e_client_act_resize_begin((E_Client *)obj, NULL);
}
ACT_FN_GO_MOUSE(window_resize, __UNUSED__)
ACT_FN_GO_MOUSE(window_resize, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -193,7 +193,7 @@ ACT_FN_GO_SIGNAL(window_resize, )
}
}
ACT_FN_END(window_resize, __UNUSED__)
ACT_FN_END(window_resize, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -201,7 +201,7 @@ ACT_FN_END(window_resize, __UNUSED__)
e_client_act_resize_end((E_Client *)obj, NULL);
}
ACT_FN_END_MOUSE(window_resize, __UNUSED__)
ACT_FN_END_MOUSE(window_resize, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -209,7 +209,7 @@ ACT_FN_END_MOUSE(window_resize, __UNUSED__)
e_client_act_resize_end((E_Client *)obj, ev);
}
ACT_FN_GO_KEY(window_resize, __UNUSED__, __UNUSED__)
ACT_FN_GO_KEY(window_resize, EINA_UNUSED, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -223,7 +223,7 @@ ACT_FN_GO_KEY(window_resize, __UNUSED__, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(window_menu, __UNUSED__)
ACT_FN_GO(window_menu, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -235,7 +235,7 @@ ACT_FN_GO(window_menu, __UNUSED__)
e_client_act_menu_begin((E_Client *)obj, NULL, 0);
}
ACT_FN_GO_MOUSE(window_menu, __UNUSED__)
ACT_FN_GO_MOUSE(window_menu, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -247,7 +247,7 @@ ACT_FN_GO_MOUSE(window_menu, __UNUSED__)
e_client_act_menu_begin((E_Client *)obj, ev, 0);
}
ACT_FN_GO_KEY(window_menu, __UNUSED__, __UNUSED__)
ACT_FN_GO_KEY(window_menu, EINA_UNUSED, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -260,7 +260,7 @@ ACT_FN_GO_KEY(window_menu, __UNUSED__, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(window_raise, __UNUSED__)
ACT_FN_GO(window_raise, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -274,7 +274,7 @@ ACT_FN_GO(window_raise, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(window_lower, __UNUSED__)
ACT_FN_GO(window_lower, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -288,7 +288,7 @@ ACT_FN_GO(window_lower, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(window_close, __UNUSED__)
ACT_FN_GO(window_close, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -320,7 +320,7 @@ _e_actions_cb_kill_dialog_ok(void *data, E_Dialog *dia)
}
static void
_e_actions_cb_kill_dialog_cancel(void *data __UNUSED__, E_Dialog *dia __UNUSED__)
_e_actions_cb_kill_dialog_cancel(void *data EINA_UNUSED, E_Dialog *dia EINA_UNUSED)
{
e_object_del(E_OBJECT(kill_dialog));
kill_dialog = NULL;
@ -332,7 +332,7 @@ _e_actions_cb_kill_dialog_delete(void *data, Evas *e EINA_UNUSED, Evas_Object *o
_e_actions_cb_kill_dialog_cancel(NULL, data);
}
ACT_FN_GO(window_kill, __UNUSED__)
ACT_FN_GO(window_kill, EINA_UNUSED)
{
E_Client *ec;
char dialog_text[1024];
@ -377,7 +377,7 @@ ACT_FN_GO(window_kill, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(window_sticky_toggle, __UNUSED__)
ACT_FN_GO(window_sticky_toggle, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -422,7 +422,7 @@ ACT_FN_GO(window_sticky, )
}
/***************************************************************************/
ACT_FN_GO(window_iconic_toggle, __UNUSED__)
ACT_FN_GO(window_iconic_toggle, EINA_UNUSED)
{
E_Client *ec;
@ -767,7 +767,7 @@ ACT_FN_GO(window_shaded, )
}
/***************************************************************************/
ACT_FN_GO(window_borderless_toggle, __UNUSED__)
ACT_FN_GO(window_borderless_toggle, EINA_UNUSED)
{
if ((!obj) || (obj->type != E_CLIENT_TYPE))
obj = E_OBJECT(e_client_focused_get());
@ -785,7 +785,7 @@ ACT_FN_GO(window_borderless_toggle, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(window_border_set, __UNUSED__)
ACT_FN_GO(window_border_set, EINA_UNUSED)
{
if ((!obj) || (obj->type != E_CLIENT_TYPE))
obj = E_OBJECT(e_client_focused_get());
@ -805,7 +805,7 @@ ACT_FN_GO(window_border_set, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(window_border_cycle, __UNUSED__)
ACT_FN_GO(window_border_cycle, EINA_UNUSED)
{
if ((!obj) || (obj->type != E_CLIENT_TYPE))
obj = E_OBJECT(e_client_focused_get());
@ -863,7 +863,7 @@ ACT_FN_GO(window_border_cycle, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(window_pinned_toggle, __UNUSED__)
ACT_FN_GO(window_pinned_toggle, EINA_UNUSED)
{
if ((!obj) || (obj->type != E_CLIENT_TYPE))
obj = E_OBJECT(e_client_focused_get());
@ -960,7 +960,7 @@ ACT_FN_GO(window_move_to, )
}
/***************************************************************************/
ACT_FN_GO(window_move_to_center, __UNUSED__)
ACT_FN_GO(window_move_to_center, EINA_UNUSED)
{
E_Client *ec;
@ -1194,7 +1194,7 @@ ACT_FN_GO(window_jump_to_or_start, )
}
/***************************************************************************/
ACT_FN_GO(window_drag_icon, __UNUSED__)
ACT_FN_GO(window_drag_icon, EINA_UNUSED)
{
if (!obj) obj = E_OBJECT(e_client_focused_get());
if (!obj) return;
@ -1403,7 +1403,7 @@ ACT_FN_GO(desk_flip_to, )
}
/***************************************************************************/
ACT_FN_GO(desk_flip_prev, __UNUSED__)
ACT_FN_GO(desk_flip_prev, EINA_UNUSED)
{
E_Zone *zone;
@ -1799,7 +1799,7 @@ ACT_FN_GO(zone_desk_linear_flip_to, )
/***************************************************************************/
static void
_e_actions_cb_menu_end(void *data __UNUSED__, E_Menu *m)
_e_actions_cb_menu_end(void *data EINA_UNUSED, E_Menu *m)
{
e_object_del(E_OBJECT(m));
}
@ -1883,7 +1883,7 @@ ACT_FN_GO_MOUSE(menu_show, )
}
}
ACT_FN_GO_KEY(menu_show, , __UNUSED__)
ACT_FN_GO_KEY(menu_show, , EINA_UNUSED)
{
E_Zone *zone;
@ -2001,7 +2001,7 @@ ACT_FN_GO(app, )
}
/***************************************************************************/
ACT_FN_GO(app_new_instance, __UNUSED__)
ACT_FN_GO(app_new_instance, EINA_UNUSED)
{
E_Client *ec;
E_Zone *zone;
@ -2024,7 +2024,7 @@ ACT_FN_GO(app_new_instance, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(desk_deskshow_toggle, __UNUSED__)
ACT_FN_GO(desk_deskshow_toggle, EINA_UNUSED)
{
E_Zone *zone;
@ -2033,7 +2033,7 @@ ACT_FN_GO(desk_deskshow_toggle, __UNUSED__)
if (zone) e_desk_deskshow(zone);
}
ACT_FN_GO(cleanup_windows, __UNUSED__)
ACT_FN_GO(cleanup_windows, EINA_UNUSED)
{
E_Zone *zone;
@ -2046,7 +2046,7 @@ ACT_FN_GO(cleanup_windows, __UNUSED__)
static E_Dialog *exit_dialog = NULL;
static void
_e_actions_cb_exit_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
_e_actions_cb_exit_dialog_ok(void *data EINA_UNUSED, E_Dialog *dia)
{
if (dia)
{
@ -2057,7 +2057,7 @@ _e_actions_cb_exit_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
}
static void
_e_actions_cb_exit_dialog_cancel(void *data __UNUSED__, E_Dialog *dia __UNUSED__)
_e_actions_cb_exit_dialog_cancel(void *data EINA_UNUSED, E_Dialog *dia EINA_UNUSED)
{
e_object_del(E_OBJECT(exit_dialog));
exit_dialog = NULL;
@ -2100,25 +2100,25 @@ ACT_FN_GO(exit, )
}
/***************************************************************************/
ACT_FN_GO(restart, __UNUSED__)
ACT_FN_GO(restart, EINA_UNUSED)
{
e_sys_action_do(E_SYS_RESTART, NULL);
}
/***************************************************************************/
ACT_FN_GO(exit_now, __UNUSED__)
ACT_FN_GO(exit_now, EINA_UNUSED)
{
e_sys_action_do(E_SYS_EXIT_NOW, NULL);
}
/***************************************************************************/
ACT_FN_GO(halt_now, __UNUSED__)
ACT_FN_GO(halt_now, EINA_UNUSED)
{
e_sys_action_do(E_SYS_HALT_NOW, NULL);
}
/***************************************************************************/
ACT_FN_GO(mode_presentation_toggle, __UNUSED__)
ACT_FN_GO(mode_presentation_toggle, EINA_UNUSED)
{
e_config->mode.presentation = !e_config->mode.presentation;
e_config_mode_changed();
@ -2126,7 +2126,7 @@ ACT_FN_GO(mode_presentation_toggle, __UNUSED__)
}
/***************************************************************************/
ACT_FN_GO(mode_offline_toggle, __UNUSED__)
ACT_FN_GO(mode_offline_toggle, EINA_UNUSED)
{
e_config->mode.offline = !e_config->mode.offline;
e_config_mode_changed();
@ -2137,7 +2137,7 @@ ACT_FN_GO(mode_offline_toggle, __UNUSED__)
static E_Dialog *logout_dialog = NULL;
static void
_e_actions_cb_logout_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
_e_actions_cb_logout_dialog_ok(void *data EINA_UNUSED, E_Dialog *dia)
{
if (dia)
{
@ -2148,7 +2148,7 @@ _e_actions_cb_logout_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
}
static void
_e_actions_cb_logout_dialog_cancel(void *data __UNUSED__, E_Dialog *dia __UNUSED__)
_e_actions_cb_logout_dialog_cancel(void *data EINA_UNUSED, E_Dialog *dia EINA_UNUSED)
{
e_object_del(E_OBJECT(logout_dialog));
logout_dialog = NULL;
@ -2194,7 +2194,7 @@ ACT_FN_GO(logout, )
static E_Dialog *halt_dialog = NULL;
static void
_e_actions_cb_halt_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
_e_actions_cb_halt_dialog_ok(void *data EINA_UNUSED, E_Dialog *dia)
{
if (dia)
{
@ -2205,7 +2205,7 @@ _e_actions_cb_halt_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
}
static void
_e_actions_cb_halt_dialog_cancel(void *data __UNUSED__, E_Dialog *dia __UNUSED__)
_e_actions_cb_halt_dialog_cancel(void *data EINA_UNUSED, E_Dialog *dia EINA_UNUSED)
{
e_object_del(E_OBJECT(halt_dialog));
halt_dialog = NULL;
@ -2254,7 +2254,7 @@ ACT_FN_GO(halt, )
static E_Dialog *reboot_dialog = NULL;
static void
_e_actions_cb_reboot_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
_e_actions_cb_reboot_dialog_ok(void *data EINA_UNUSED, E_Dialog *dia)
{
if (dia)
{
@ -2265,7 +2265,7 @@ _e_actions_cb_reboot_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
}
static void
_e_actions_cb_reboot_dialog_cancel(void *data __UNUSED__, E_Dialog *dia __UNUSED__)
_e_actions_cb_reboot_dialog_cancel(void *data EINA_UNUSED, E_Dialog *dia EINA_UNUSED)
{
e_object_del(E_OBJECT(reboot_dialog));
reboot_dialog = NULL;
@ -2311,7 +2311,7 @@ ACT_FN_GO(reboot, )
static E_Dialog *suspend_dialog = NULL;
static void
_e_actions_cb_suspend_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
_e_actions_cb_suspend_dialog_ok(void *data EINA_UNUSED, E_Dialog *dia)
{
if (dia)
{
@ -2322,7 +2322,7 @@ _e_actions_cb_suspend_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
}
static void
_e_actions_cb_suspend_dialog_cancel(void *data __UNUSED__, E_Dialog *dia __UNUSED__)
_e_actions_cb_suspend_dialog_cancel(void *data EINA_UNUSED, E_Dialog *dia EINA_UNUSED)
{
e_object_del(E_OBJECT(suspend_dialog));
suspend_dialog = NULL;
@ -2334,7 +2334,7 @@ _e_actions_cb_suspend_dialog_delete(void *data, Evas *e EINA_UNUSED, Evas_Object
_e_actions_cb_suspend_dialog_cancel(NULL, data);
}
ACT_FN_GO(suspend_now, __UNUSED__)
ACT_FN_GO(suspend_now, EINA_UNUSED)
{
e_sys_action_do(E_SYS_SUSPEND, NULL);
}
@ -2391,7 +2391,7 @@ _have_lid_and_external_screens_on(void)
return EINA_FALSE;
}
ACT_FN_GO(suspend_smart, __UNUSED__)
ACT_FN_GO(suspend_smart, EINA_UNUSED)
{
if ((!_have_lid_and_external_screens_on()) &&
(ecore_power_state_get() != ECORE_POWER_STATE_MAINS))
@ -2402,7 +2402,7 @@ ACT_FN_GO(suspend_smart, __UNUSED__)
static E_Dialog *hibernate_dialog = NULL;
static void
_e_actions_cb_hibernate_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
_e_actions_cb_hibernate_dialog_ok(void *data EINA_UNUSED, E_Dialog *dia)
{
if (dia)
{
@ -2413,7 +2413,7 @@ _e_actions_cb_hibernate_dialog_ok(void *data __UNUSED__, E_Dialog *dia)
}
static void
_e_actions_cb_hibernate_dialog_cancel(void *data __UNUSED__, E_Dialog *dia __UNUSED__)
_e_actions_cb_hibernate_dialog_cancel(void *data EINA_UNUSED, E_Dialog *dia EINA_UNUSED)
{
e_object_del(E_OBJECT(hibernate_dialog));
hibernate_dialog = NULL;
@ -2425,7 +2425,7 @@ _e_actions_cb_hibernate_dialog_delete(void *data, Evas *e EINA_UNUSED, Evas_Obje
_e_actions_cb_hibernate_dialog_cancel(NULL, data);
}
ACT_FN_GO(hibernate_now, __UNUSED__)
ACT_FN_GO(hibernate_now, EINA_UNUSED)
{
e_sys_action_do(E_SYS_HIBERNATE, NULL);
}
@ -2460,7 +2460,7 @@ ACT_FN_GO(hibernate, )
e_dialog_show(hibernate_dialog);
}
ACT_FN_GO(hibernate_smart, __UNUSED__)
ACT_FN_GO(hibernate_smart, EINA_UNUSED)
{
if ((!_have_lid_and_external_screens_on()) &&
(ecore_power_state_get() != ECORE_POWER_STATE_MAINS))
@ -2500,7 +2500,7 @@ ACT_FN_GO(pointer_resize_pop, )
}
/***************************************************************************/
ACT_FN_GO(desk_lock, __UNUSED__)
ACT_FN_GO(desk_lock, EINA_UNUSED)
{
/* E_Zone *zone;
@ -2747,7 +2747,7 @@ _delayed_action_key_add(E_Object *obj, const char *params, Ecore_Event_Key *ev)
}
static void
_delayed_action_key_del(E_Object *obj, const char *params __UNUSED__, Ecore_Event_Key *ev)
_delayed_action_key_del(E_Object *obj, const char *params EINA_UNUSED, Ecore_Event_Key *ev)
{
Eina_List *l;
Delayed_Action *da;
@ -2784,7 +2784,7 @@ _delayed_action_mouse_add(E_Object *obj, const char *params, E_Binding_Event_Mou
}
static void
_delayed_action_mouse_del(E_Object *obj, const char *params __UNUSED__, E_Binding_Event_Mouse_Button *ev)
_delayed_action_mouse_del(E_Object *obj, const char *params EINA_UNUSED, E_Binding_Event_Mouse_Button *ev)
{
Eina_List *l;
Delayed_Action *da;
@ -2823,13 +2823,13 @@ ACT_FN_END_MOUSE(delayed_action, )
_delayed_action_mouse_del(obj, params, ev);
}
ACT_FN_GO(dim_screen, __UNUSED__)
ACT_FN_GO(dim_screen, EINA_UNUSED)
{
E_Zone *zone = _e_actions_zone_get(obj);
e_backlight_mode_set(zone, E_BACKLIGHT_MODE_DIM);
}
ACT_FN_GO(undim_screen, __UNUSED__)
ACT_FN_GO(undim_screen, EINA_UNUSED)
{
E_Zone *zone = _e_actions_zone_get(obj);
e_backlight_mode_set(zone, E_BACKLIGHT_MODE_NORMAL);
@ -2878,14 +2878,14 @@ ACT_FN_GO(kbd_layout, )
#endif
}
ACT_FN_GO(kbd_layout_next, __UNUSED__)
ACT_FN_GO(kbd_layout_next, EINA_UNUSED)
{
#ifndef HAVE_WAYLAND_ONLY
e_xkb_layout_next();
#endif
}
ACT_FN_GO(kbd_layout_prev, __UNUSED__)
ACT_FN_GO(kbd_layout_prev, EINA_UNUSED)
{
#ifndef HAVE_WAYLAND_ONLY
e_xkb_layout_prev();
@ -2935,7 +2935,7 @@ ACT_FN_GO(module_toggle, )
else e_module_enable(m);
}
ACT_FN_GO(screen_redo, __UNUSED__)
ACT_FN_GO(screen_redo, EINA_UNUSED)
{
printf("REDOOOOOOOOOOOOOOOOOOOOOOOOOOO\n");
#ifndef HAVE_WAYLAND_ONLY

@ -35,7 +35,7 @@ static Eina_Bool bl_sys_set_exe_ready = EINA_TRUE;
static void _bl_sys_find(void);
static void _bl_sys_level_get(void);
static Eina_Bool _e_bl_cb_exit(void *data __UNUSED__, int type __UNUSED__, void *event);
static Eina_Bool _e_bl_cb_exit(void *data EINA_UNUSED, int type EINA_UNUSED, void *event);
static void _bl_sys_level_set(double val);
#endif
@ -144,7 +144,7 @@ e_backlight_level_set(E_Zone *zone, double val, double tim)
}
EAPI double
e_backlight_level_get(E_Zone *zone __UNUSED__)
e_backlight_level_get(E_Zone *zone EINA_UNUSED)
{
// zone == NULL == everything
return e_bl_val;
@ -179,7 +179,7 @@ e_backlight_mode_set(E_Zone *zone, E_Backlight_Mode mode)
}
EAPI E_Backlight_Mode
e_backlight_mode_get(E_Zone *zone __UNUSED__)
e_backlight_mode_get(E_Zone *zone EINA_UNUSED)
{
// zone == NULL == everything
return e_config->backlight.mode;
@ -447,7 +447,7 @@ _bl_sys_level_get(void)
}
static Eina_Bool
_e_bl_cb_ext_delay(void *data __UNUSED__)
_e_bl_cb_ext_delay(void *data EINA_UNUSED)
{
bl_sys_set_exe_ready = EINA_TRUE;
if (bl_sys_pending_set)
@ -460,7 +460,7 @@ _e_bl_cb_ext_delay(void *data __UNUSED__)
}
static Eina_Bool
_e_bl_cb_exit(void *data __UNUSED__, int type __UNUSED__, void *event)
_e_bl_cb_exit(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
{
Ecore_Exe_Event_Del *ev;

@ -3,8 +3,8 @@
/* local subsystem functions */
static void _e_bg_signal(void *data, Evas_Object *obj, const char *emission, const char *source);
static void _e_bg_event_bg_update_free(void *data, void *event);
static void e_bg_handler_set(void *data __UNUSED__, Evas_Object *obj __UNUSED__, const char *path);
static int e_bg_handler_test(void *data __UNUSED__, Evas_Object *obj __UNUSED__, const char *path);
static void e_bg_handler_set(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, const char *path);
static int e_bg_handler_test(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, const char *path);
static void _e_bg_handler_image_imported(const char *image_path, void *data);
/* local subsystem globals */
@ -416,7 +416,7 @@ e_bg_update(void)
* Set background to image, as required in e_fm2_mime_handler_new()
*/
static void
e_bg_handler_set(void *data __UNUSED__, Evas_Object *obj __UNUSED__, const char *path)
e_bg_handler_set(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, const char *path)
{
char buf[4096];
int copy = 1;
@ -478,7 +478,7 @@ e_bg_handler_set(void *data __UNUSED__, Evas_Object *obj __UNUSED__, const char
* Just edje files with "e/desktop/background" group are used.
*/
static int
e_bg_handler_test(void *data __UNUSED__, Evas_Object *obj __UNUSED__, const char *path)
e_bg_handler_test(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, const char *path)
{
if (!path) return 0;
@ -493,7 +493,7 @@ e_bg_handler_test(void *data __UNUSED__, Evas_Object *obj __UNUSED__, const char
}
static void
_e_bg_signal(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNUSED__, const char *source __UNUSED__)
_e_bg_signal(void *data, Evas_Object *obj EINA_UNUSED, const char *emission EINA_UNUSED, const char *source EINA_UNUSED)
{
E_Zone *zone = data;
@ -507,13 +507,13 @@ _e_bg_signal(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNU
}
static void
_e_bg_event_bg_update_free(void *data __UNUSED__, void *event)
_e_bg_event_bg_update_free(void *data EINA_UNUSED, void *event)
{
free(event);
}
static void
_e_bg_handler_image_imported(const char *image_path, void *data __UNUSED__)
_e_bg_handler_image_imported(const char *image_path, void *data EINA_UNUSED)
{
e_bg_default_set(image_path);
e_bg_update();

@ -88,7 +88,7 @@ e_color_dialog_change_callback_set(E_Color_Dialog *dia, void (*func)(E_Color_Dia
}
static void
_e_color_dialog_cb_csel_change(void *data, Evas_Object *obj __UNUSED__)
_e_color_dialog_cb_csel_change(void *data, Evas_Object *obj EINA_UNUSED)
{
E_Color_Dialog *dia;
@ -98,7 +98,7 @@ _e_color_dialog_cb_csel_change(void *data, Evas_Object *obj __UNUSED__)
}
static void
_e_color_dialog_button1_click(void *data, E_Dialog *edia __UNUSED__)
_e_color_dialog_button1_click(void *data, E_Dialog *edia EINA_UNUSED)
{
E_Color_Dialog *dia;
@ -109,7 +109,7 @@ _e_color_dialog_button1_click(void *data, E_Dialog *edia __UNUSED__)
}
static void
_e_color_dialog_button2_click(void *data, E_Dialog *edia __UNUSED__)
_e_color_dialog_button2_click(void *data, E_Dialog *edia EINA_UNUSED)
{
E_Color_Dialog *dia;

@ -930,7 +930,7 @@ _e_comp_act_opacity_change_go(E_Object *obj, const char *params)
}
static void
_e_comp_act_opacity_set_go(E_Object * obj __UNUSED__, const char *params)
_e_comp_act_opacity_set_go(E_Object * obj EINA_UNUSED, const char *params)
{
int opacity;
Evas_Object *o;
@ -1121,10 +1121,10 @@ _style_demo(void *data)
}
static void
_style_selector_del(void *data __UNUSED__,
_style_selector_del(void *data EINA_UNUSED,
Evas *e,
Evas_Object *o,
void *event_info __UNUSED__)
void *event_info EINA_UNUSED)
{
Eina_List *style_shadows, *style_list;
Ecore_Timer *timer;

@ -4300,7 +4300,7 @@ _e_comp_x_cb_ping(void *data EINA_UNUSED, int ev_type EINA_UNUSED, Ecore_X_Event
}
static Eina_Bool
_e_comp_x_screensaver_idle_timer_cb(void *d __UNUSED__)
_e_comp_x_screensaver_idle_timer_cb(void *d EINA_UNUSED)
{
ecore_event_add(E_EVENT_SCREENSAVER_ON, NULL, NULL, NULL);
screensaver_idle_timer = NULL;
@ -4311,7 +4311,7 @@ static Ecore_Timer *screensaver_eval_timer = NULL;
static Eina_Bool saver_on = EINA_FALSE;
static Eina_Bool
_e_comp_x_screensaver_eval_cb(void *d __UNUSED__)
_e_comp_x_screensaver_eval_cb(void *d EINA_UNUSED)
{
if (saver_on)
{
@ -4365,7 +4365,7 @@ _e_comp_x_screensaver_eval_cb(void *d __UNUSED__)
}
static Eina_Bool
_e_comp_x_screensaver_notify_cb(void *data __UNUSED__, int type __UNUSED__, Ecore_X_Event_Screensaver_Notify *ev)
_e_comp_x_screensaver_notify_cb(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore_X_Event_Screensaver_Notify *ev)
{
if ((ev->on) && (!saver_on))
{

@ -2114,7 +2114,7 @@ e_config_bindings_free(E_Config_Bindings *ecb)
/* local subsystem functions */
static void
_e_config_save_cb(void *data __UNUSED__)
_e_config_save_cb(void *data EINA_UNUSED)
{
e_config_profile_save();
e_module_save_all();

@ -333,7 +333,7 @@ _e_config_dialog_cb_dialog_del(void *obj)
}
static void
_e_config_dialog_cb_ok(void *data __UNUSED__, E_Dialog *dia)
_e_config_dialog_cb_ok(void *data EINA_UNUSED, E_Dialog *dia)
{
E_Config_Dialog *cfd;
int ok = 0;
@ -354,7 +354,7 @@ _e_config_dialog_cb_ok(void *data __UNUSED__, E_Dialog *dia)
}
static void
_e_config_dialog_cb_apply(void *data __UNUSED__, E_Dialog *dia)
_e_config_dialog_cb_apply(void *data EINA_UNUSED, E_Dialog *dia)
{
E_Config_Dialog *cfd;
int ok = 0;
@ -379,7 +379,7 @@ _e_config_dialog_cb_apply(void *data __UNUSED__, E_Dialog *dia)
}
static void
_e_config_dialog_cb_advanced(void *data, void *data2 __UNUSED__)
_e_config_dialog_cb_advanced(void *data, void *data2 EINA_UNUSED)
{
E_Config_Dialog *cfd;
@ -389,7 +389,7 @@ _e_config_dialog_cb_advanced(void *data, void *data2 __UNUSED__)
}
static void
_e_config_dialog_cb_basic(void *data, void *data2 __UNUSED__)
_e_config_dialog_cb_basic(void *data, void *data2 EINA_UNUSED)
{
E_Config_Dialog *cfd;
@ -458,7 +458,7 @@ _e_config_dialog_check_changed(E_Config_Dialog *cfd, unsigned char def)
}
static void
_e_config_dialog_cb_changed(void *data, Evas_Object *obj __UNUSED__)
_e_config_dialog_cb_changed(void *data, Evas_Object *obj EINA_UNUSED)
{
E_Config_Dialog *cfd;
int changed;
@ -471,7 +471,7 @@ _e_config_dialog_cb_changed(void *data, Evas_Object *obj __UNUSED__)
}
static void
_e_config_dialog_cb_close(void *data __UNUSED__, E_Dialog *dia)
_e_config_dialog_cb_close(void *data EINA_UNUSED, E_Dialog *dia)
{
E_Config_Dialog *cfd;
int ok = 1;

@ -271,13 +271,13 @@ e_configure_registry_exists(const char *path)
}
static void
_e_configure_menu_module_item_cb(void *data __UNUSED__, E_Menu *m EINA_UNUSED, E_Menu_Item *mi __UNUSED__)
_e_configure_menu_module_item_cb(void *data EINA_UNUSED, E_Menu *m EINA_UNUSED, E_Menu_Item *mi EINA_UNUSED)
{
e_int_config_modules(NULL, NULL);
}
static void
_e_configure_menu_add(void *data __UNUSED__, E_Menu *m)
_e_configure_menu_add(void *data EINA_UNUSED, E_Menu *m)
{
E_Menu_Item *mi;
@ -288,14 +288,14 @@ _e_configure_menu_add(void *data __UNUSED__, E_Menu *m)
}
static void
_configure_job(void *data __UNUSED__)
_configure_job(void *data EINA_UNUSED)
{
_e_configure_efreet_desktop_update();
update_job = NULL;
}
static Eina_Bool
_configure_init_timer(void *data __UNUSED__)
_configure_init_timer(void *data EINA_UNUSED)
{
handlers = eina_list_append
(handlers, ecore_event_handler_add
@ -443,7 +443,7 @@ _e_configure_efreet_desktop_update(void)
}
static Eina_Bool
_e_configure_cb_efreet_desktop_cache_update(void *data __UNUSED__, int type __UNUSED__, void *event __UNUSED__)
_e_configure_cb_efreet_desktop_cache_update(void *data EINA_UNUSED, int type EINA_UNUSED, void *event EINA_UNUSED)
{
_e_configure_efreet_desktop_cleanup();
if (update_job) ecore_job_del(update_job);

@ -77,7 +77,7 @@ _e_confirm_dialog_free(E_Confirm_Dialog *cd)
}
static void
_e_confirm_dialog_yes(void *data, E_Dialog *dia __UNUSED__)
_e_confirm_dialog_yes(void *data, E_Dialog *dia EINA_UNUSED)
{
E_Confirm_Dialog *cd;
@ -90,7 +90,7 @@ _e_confirm_dialog_yes(void *data, E_Dialog *dia __UNUSED__)
}
static void
_e_confirm_dialog_no(void *data, E_Dialog *dia __UNUSED__)
_e_confirm_dialog_no(void *data, E_Dialog *dia EINA_UNUSED)
{
E_Confirm_Dialog *cd;

@ -733,7 +733,7 @@ _e_desk_free(E_Desk *desk)
}
static void
_e_desk_event_desk_show_free(void *data __UNUSED__, void *event)
_e_desk_event_desk_show_free(void *data EINA_UNUSED, void *event)
{
E_Event_Desk_Show *ev;
@ -743,7 +743,7 @@ _e_desk_event_desk_show_free(void *data __UNUSED__, void *event)
}
static void
_e_desk_event_desk_before_show_free(void *data __UNUSED__, void *event)
_e_desk_event_desk_before_show_free(void *data EINA_UNUSED, void *event)
{
E_Event_Desk_Before_Show *ev;
@ -753,7 +753,7 @@ _e_desk_event_desk_before_show_free(void *data __UNUSED__, void *event)
}
static void
_e_desk_event_desk_after_show_free(void *data __UNUSED__, void *event)
_e_desk_event_desk_after_show_free(void *data EINA_UNUSED, void *event)
{
E_Event_Desk_After_Show *ev;
@ -763,7 +763,7 @@ _e_desk_event_desk_after_show_free(void *data __UNUSED__, void *event)
}
static void
_e_desk_event_desk_deskshow_free(void *data __UNUSED__, void *event)
_e_desk_event_desk_deskshow_free(void *data EINA_UNUSED, void *event)
{
E_Event_Desk_Show *ev;
@ -773,7 +773,7 @@ _e_desk_event_desk_deskshow_free(void *data __UNUSED__, void *event)
}
static void
_e_desk_event_desk_name_change_free(void *data __UNUSED__, void *event)
_e_desk_event_desk_name_change_free(void *data EINA_UNUSED, void *event)
{
E_Event_Desk_Name_Change *ev = event;
e_object_unref(E_OBJECT(ev->desk));
@ -781,7 +781,7 @@ _e_desk_event_desk_name_change_free(void *data __UNUSED__, void *event)
}
static void
_e_desk_event_desk_window_profile_change_free(void *data __UNUSED__, void *event)
_e_desk_event_desk_window_profile_change_free(void *data EINA_UNUSED, void *event)
{
E_Event_Desk_Window_Profile_Change *ev = event;
e_object_unref(E_OBJECT(ev->desk));