Constructor

FridaFileMonitornew

Declaration

FridaFileMonitor*
frida_file_monitor_new (
  const gchar* path
)

Description [src]

Creates a file monitor for the given path.

Parameters

path

Type: const gchar*

The filesystem path to watch.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: FridaFileMonitor

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.