Gio.FileMonitor::changed
connect('changed', function (fileMonitor, file: Gio.File, other_file: Gio.File, event_type: Gio.FileMonitorEvent, ): void);
Emitted when file has been changed.
If using #G_FILE_MONITOR_SEND_MOVED flag and event_type is #G_FILE_MONITOR_EVENT_MOVED, file will be set to a Gio.File containing the old path, and other_file will be set to a Gio.File containing the new path.
In all the other cases, other_file will be set to #NULL.
- fileMonitor
instance of Gio.FileMonitor that is emitting the signal
- file
a Gio.File.
- other_file
a Gio.File or #NULL.
- event_type