Signal
FridaFileMonitor::change
Declaration
void
change (
FridaFileMonitor* self,
const gchar* file_path,
const gchar* other_file_path,
GFileMonitorEvent event,
gpointer user_data
)
Parameters
file_path-
Type:
const gchar*The path that changed.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. other_file_path-
Type:
const gchar*The other path involved, for example the destination of a rename, or null.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. event-
Type:
GFileMonitorEventThe kind of change.