Signal
IdeVcsMonitor::changed
Declaration
void
changed (
IdeVcsMonitor* self,
GioFile* file,
GioFile* other_file,
GFileMonitorEvent event,
gpointer user_data
)
Description
The “changed” signal is emitted when a file has been discovered to have been changed on disk.
Default handler: The default handler is called after the handlers added via |
Parameters
file
-
Type:
GFile
A
GFile
.The data is owned by the caller of the function. other_file
-
Type:
GFile
A
GFile
orNULL
.The argument can be NULL
.The data is owned by the caller of the function. event
-
Type:
GFileMonitorEvent
A
GFileMonitorEvent
.