Signal

FridaFileMonitor::change

Declaration

void
change (
  FridaFileMonitor* self,
  const gchar* file_path,
  const gchar* other_file_path,
  GFileMonitorEvent event,
  gpointer user_data
)

Description [src]

Emitted when a change is observed at the watched path.

Default handler:

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: GFileMonitorEvent

The kind of change.