Home
last modified time | relevance | path

Searched refs:EIO_MONITOR_FILE_MODIFIED (Results 1 – 18 of 18) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/eio/
H A Deio_monitor.c147 EIO_MONITOR_FILE_MODIFIED = ecore_event_type_new(); in eio_monitor_init()
173 EIO_MONITOR_FILE_MODIFIED, in eio_monitor_shutdown()
206 EVENT_CHECK(event_code, EIO_MONITOR_FILE_MODIFIED); in _eio_naming_event()
308 EAPI int EIO_MONITOR_FILE_MODIFIED; variable
H A Deio_sentry.c38 else if (input_event == EIO_MONITOR_FILE_MODIFIED) in _translate_event()
98 h = ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, _handle_event, pd); in _initialize_handlers()
H A Deio_monitor_kevent.c130 _eio_monitor_send(backend->parent, file->path, EIO_MONITOR_FILE_MODIFIED); in _eio_kevent_event_find()
194 event_code = EIO_MONITOR_FILE_MODIFIED; in _eio_kevent_handler()
H A Deio_monitor_poll.c134 event = EIO_MONITOR_FILE_MODIFIED; in _eio_monitor_fallback_heavy_cb()
189 … info->type != EINA_FILE_DIR ? EIO_MONITOR_FILE_MODIFIED : EIO_MONITOR_DIRECTORY_MODIFIED); in _eio_monitor_fallback_heavy_cb()
H A Deio_monitor_win32.c135 event = EIO_MONITOR_FILE_MODIFIED; in _eio_monitor_win32_cb()
H A DEio_Legacy.h1183 EAPI extern int EIO_MONITOR_FILE_MODIFIED; /**< A file was modified in a watched directory */
/dports/devel/efl/efl-1.25.1/src/tests/eio/
H A Deio_test_monitor.c337 ck_assert_int_eq(type, (int)EIO_MONITOR_FILE_MODIFIED); in _file_modified_cb()
356 ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, _file_modified_cb, filename); in EFL_START_TEST()
542 ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, _file_modified_cb, filename); in EFL_START_TEST()
563 ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, _file_modified_cb, filename); in EFL_START_TEST()
720 ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, _file_modified_cb, filename); in EFL_START_TEST()
749 ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, _unexpected_event_cb, filename); in EFL_START_TEST()
/dports/devel/efl/efl-1.25.1/src/bin/edje/
H A Dedje_watch.c112 ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, some_change, NULL); in main()
/dports/devel/efl/efl-1.25.1/doc/
H A Deio_examples.dox270 * - EIO_MONITOR_FILE_MODIFIED
288 * if( type == EIO_MONITOR_FILE_MODIFIED )
303 …* ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, (Ecore_Event_Handler_Cb)file_modified, fil…
/dports/graphics/ephoto/ephoto-1.5/src/bin/
H A Dephoto_directory_browser.c751 ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, in _monitor_add()
890 else if (type == EIO_MONITOR_DIRECTORY_MODIFIED || type == EIO_MONITOR_FILE_MODIFIED) in _monitor_cb()
983 else if (type == EIO_MONITOR_DIRECTORY_MODIFIED || type == EIO_MONITOR_FILE_MODIFIED) in _top_monitor_cb()
1203 ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, in ephoto_directory_browser_top_dir_set()
H A Dephoto_main.c903 else if (type == EIO_MONITOR_FILE_MODIFIED) in _monitor_cb()
965 ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, in ephoto_directory_set()
H A Dephoto_single_browser.c313 if (type == EIO_MONITOR_FILE_MODIFIED) in _monitor_cb()
1534 ecore_event_handler_add(EIO_MONITOR_FILE_MODIFIED, in _viewer_add()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/time/
H A Dtime.c367 E_LIST_HANDLER_APPEND(handlers, EIO_MONITOR_FILE_MODIFIED, _clock_eio_update, NULL); in time_init()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/clock/
H A De_mod_main.c915 E_LIST_HANDLER_APPEND(handlers, EIO_MONITOR_FILE_MODIFIED, _clock_eio_update, NULL); in e_modapi_init()
/dports/devel/efl/efl-1.25.1/src/bin/efreet/
H A Defreetd_cache.c1074 MONITOR_EVENT(EIO_MONITOR_FILE_MODIFIED, _cb_monitor_event); in cache_init()
/dports/devel/efl/efl-1.25.1/src/bindings/js/eio_js/
H A Deio_js.cc441 compatibility_new<Integer>(isolate, EIO_MONITOR_FILE_MODIFIED)); in register_monitor_file_modified()
635 return register_monitor_event_handler_add<EIO_MONITOR_FILE_MODIFIED> in register_event_monitor_file_modified_handler_add()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_config.c4362 if ((type == EIO_MONITOR_FILE_CREATED) || (type == EIO_MONITOR_FILE_MODIFIED)) in _elm_config_file_monitor_cb()
4374 if ((type == EIO_MONITOR_FILE_CREATED) || (type == EIO_MONITOR_FILE_MODIFIED)) in _elm_config_file_monitor_cb()
4427 (EIO_MONITOR_FILE_MODIFIED, _elm_config_file_monitor_cb, NULL); in _elm_config_sub_init()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_widget_filepreview.c1331 E_LIST_HANDLER_APPEND(wd->handlers, EIO_MONITOR_FILE_MODIFIED, _e_wid_fprev_cb_mod, wd); in e_widget_filepreview_path_set()