Signal
IdeRecursiveFileMonitor::changed
Declaration
void
changed (
IdeRecursiveFileMonitor* self,
GioFile* file,
GioFile* other_file,
GFileMonitorEvent event,
gpointer user_data
)
Description
This event is similar to GFileMonitor::changed
but can be fired from
any of the monitored directories in the recursive mount.
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
for the other file when applicable.The argument can be NULL
.The data is owned by the caller of the function. event
-
Type:
GFileMonitorEvent
The
GFileMonitorEvent
event.