Searched refs:G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/gio/inotify/ |
D | inotify-helper.c | 239 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/ |
D | testfilemonitor.c | 218 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/ |
D | glocalfilemonitor.c | 291 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()
|
D | gpollfilemonitor.c | 124 NULL, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT); in got_new_info()
|
D | gio-tool-monitor.c | 87 case G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT: in watch_callback()
|
D | gioenums.h | 429 G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, enumerator
|
D | gioenumtypes.c | 414 …{ 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/ |
D | kqueue-missing.c | 101 g_file_monitor_source_handle_event (sub->source, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, in _kh_file_appeared_cb()
|
D | kqueue-helper.c | 75 g_file_monitor_source_handle_event (ctx->source, G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, path, in handle_created()
|
D | gkqueuefilemonitor.c | 435 G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT, in g_kqueue_file_monitor_callback()
|