FileMonitor.emitEvent

Emits the #GFileMonitor::changed signal if a change has taken place. Should be called from file monitor implementations only.

The signal will be emitted from an idle handler (in the [thread-default main context][g-main-context-push-thread-default]).

class FileMonitor
void
emitEvent

Parameters

child FileIF

a #GFile.

otherFile FileIF

a #GFile.

eventType GFileMonitorEvent

a set of #GFileMonitorEvent flags.

Meta