FileMonitor.emitEvent

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

Implementations are responsible to call this method from the [thread-default main context][g-main-context-push-thread-default] of the thread that the monitor was created in.

class FileMonitor
void
emitEvent

Parameters

child FileIF

a #GFile.

otherFile FileIF

a #GFile.

eventType GFileMonitorEvent

a set of #GFileMonitorEvent flags.

Meta