Home
last modified time | relevance | path

Searched refs:EIO_MONITOR_ERROR (Results 1 – 12 of 12) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/eio/
H A Deio_monitor.c107 ecore_event_add(EIO_MONITOR_ERROR, ev, _eio_monitor_error_cleanup_cb, NULL); in _eio_monitor_error()
142 EIO_MONITOR_ERROR = ecore_event_type_new(); in eio_monitor_init()
168 ecore_event_type_flush(EIO_MONITOR_ERROR, in eio_monitor_shutdown()
203 EVENT_CHECK(event_code, EIO_MONITOR_ERROR); in _eio_naming_event()
305 EAPI int EIO_MONITOR_ERROR; variable
H A Deio_sentry.c54 else if (input_event == EIO_MONITOR_ERROR) in _translate_event()
79 if (type == EIO_MONITOR_ERROR) in _handle_event()
116 h = ecore_event_handler_add(EIO_MONITOR_ERROR, _handle_event, pd); in _initialize_handlers()
H A Defl_io_model.c882 for (i = 0; priv->mon.mon_event_child_add[i] != EIO_MONITOR_ERROR ; ++i) in _efl_io_model_efl_model_monitor_add()
886 for (i = 0; priv->mon.mon_event_child_del[i] != EIO_MONITOR_ERROR ; ++i) in _efl_io_model_efl_model_monitor_add()
898 for (i = 0; priv->mon.mon_event_child_add[i] != EIO_MONITOR_ERROR ; ++i) in _efl_io_model_efl_model_monitor_del()
901 for (i = 0; priv->mon.mon_event_child_del[i] != EIO_MONITOR_ERROR ; ++i) in _efl_io_model_efl_model_monitor_del()
1057 pd->mon.mon_event_child_add[2] = EIO_MONITOR_ERROR; in _efl_io_model_efl_object_finalize()
1060 pd->mon.mon_event_child_del[2] = EIO_MONITOR_ERROR; in _efl_io_model_efl_object_finalize()
H A Deio_monitor_win32.c160 event = EIO_MONITOR_ERROR; in _eio_monitor_win32_cb()
166 if ((event >= 0) && (event != EIO_MONITOR_ERROR)) in _eio_monitor_win32_cb()
H A Deio_monitor_cocoa.c148 _eio_monitor_send(NULL, "", EIO_MONITOR_ERROR); in _main_loop_send_event()
H A DEio_Legacy.h1191 EAPI extern int EIO_MONITOR_ERROR; /**< During operation the monitor failed and will no longer work…
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/fileman/
H A De_fwin_nav.c91 if (type == EIO_MONITOR_ERROR) in _event_deleted()
708 E_LIST_HANDLER_APPEND(ni->handlers, EIO_MONITOR_ERROR, _event_deleted, ni); in _box_button_append()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/time/
H A Dtime.c365 E_LIST_HANDLER_APPEND(handlers, EIO_MONITOR_ERROR, _clock_eio_error, NULL); in time_init()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/clock/
H A De_mod_main.c913 E_LIST_HANDLER_APPEND(handlers, EIO_MONITOR_ERROR, _clock_eio_error, NULL); in e_modapi_init()
/dports/devel/efl/efl-1.25.1/src/bindings/js/eio_js/
H A Deio_js.cc524 compatibility_new<Integer>(isolate, EIO_MONITOR_ERROR)); in register_monitor_error()
711 return register_monitor_event_handler_add<EIO_MONITOR_ERROR> in register_event_monitor_error_handler_add()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_gadget_runner.c1220 E_LIST_HANDLER_APPEND(handlers, EIO_MONITOR_ERROR, monitor_error, NULL); in e_gadget_runner_init()
H A De_widget_filepreview.c1333 E_LIST_HANDLER_APPEND(wd->handlers, EIO_MONITOR_ERROR, _e_wid_fprev_cb_del, wd); in e_widget_filepreview_path_set()