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:
GFileA
GFile.The data is owned by the caller of the function. other_file-
Type:
GFileA
GFilefor the other file when applicable.The argument can be NULL.The data is owned by the caller of the function. event-
Type:
GFileMonitorEventThe
GFileMonitorEventevent.