changed


Description:

public virtual signal void changed (File file, File? other_file, FileMonitorEvent event_type)

Emitted when file has been changed.

If using SEND_MOVED flag and event_type is MOVED, file will be set to a File containing the old path, and other_file will be set to a File containing the new path.

In all the other cases, other_file will be set to NULL.

Parameters:

file

a File.

other_file

a File or NULL.

event_type

a FileMonitorEvent.