connectChanged

fun connectChanged(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (file: File, otherFile: File?, eventType: FileMonitorEvent) -> Unit): <Error class: unknown class>

Emitted when @file has been changed.

If using %G_FILE_MONITOR_WATCH_MOVES on a directory monitor, and the information is available (and if supported by the backend),

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: file a #GFile.; otherFile a #GFile or #NULL.; eventType a #GFileMonitorEvent.