Home | History | Annotate | Download | only in gio

Lines Matching defs:event_type

217    * @event_type: a #GFileMonitorEvent.
344 GFileMonitorEvent event_type;
372 change->child, change->other_file, change->event_type);
385 GFileMonitorEvent event_type)
400 change->event_type = event_type;
632 * @event_type: a set of #GFileMonitorEvent flags.
644 GFileMonitorEvent event_type)
655 if (event_type != G_FILE_MONITOR_EVENT_CHANGED)
660 if (event_type == G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT)
666 emit_in_idle (monitor, child, other_file, event_type);
695 emit_in_idle (monitor, child, other_file, event_type);