Home
last modified time | relevance | path

Searched refs:G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT (Results 1 – 10 of 10) sorted by relevance

/third_party/glib/gio/inotify/
Dinotify-helper.c239 g_file_monitor_source_handle_event (sub->user_data, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, in ih_event_callback()
253 g_file_monitor_source_handle_event (sub->user_data, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, in ih_not_missing_callback()
267 return G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT; in ih_mask_to_EventFlags()
/third_party/glib/gio/tests/
Dtestfilemonitor.c218 if (e1->event_type != G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT && in check_expected_events()
219 e2->event_type == G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT) in check_expected_events()
350 { G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, "atomic_replace_file", NULL, -1, KQUEUE },
452 { G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, "change_file", NULL, -1, KQUEUE },
455 { G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, "change_file", NULL, -1, NONE },
666 { G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, "nosuchfile", NULL, -1, KQUEUE },
670 { G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, "nosuchfile", NULL, -1, KQUEUE },
768 { G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, "a", NULL, -1, KQUEUE },
779 { G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, "a", NULL, -1, KQUEUE },
935 { G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, "testfilemonitor.db", NULL, -1, NONE },
/third_party/glib/gio/
Dglocalfilemonitor.c291 g_file_monitor_source_queue_event (fms, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, child, NULL); in g_file_monitor_source_file_changes_done()
328 g_file_monitor_source_queue_event (fms, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, child, NULL); in g_file_monitor_source_send_synthetic_created()
382 case G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT: in g_file_monitor_source_handle_event()
547 …g_file_monitor_source_queue_event (fms, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, pending->child, NU… in g_file_monitor_source_dispatch()
Dgpollfilemonitor.c124 NULL, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT); in got_new_info()
Dgio-tool-monitor.c87 case G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT: in watch_callback()
Dgioenums.h429 G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, enumerator
Dgioenumtypes.c414 …{ G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, "G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT", "changes-done-… in g_file_monitor_event_get_type()
/third_party/glib/gio/kqueue/
Dkqueue-missing.c101 g_file_monitor_source_handle_event (sub->source, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, in _kh_file_appeared_cb()
Dkqueue-helper.c75 g_file_monitor_source_handle_event (ctx->source, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, path, in handle_created()
Dgkqueuefilemonitor.c435 G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, in g_kqueue_file_monitor_callback()