Class

FridaFileMonitor

Description [src]

final class Frida.FileMonitor : GObject.Object
{
  /* No available fields */
}

Watches a filesystem path and reports changes to it.

Ancestors

Constructors

frida_file_monitor_new

Creates a file monitor for the given path.

Instance methods

frida_file_monitor_enable

Starts watching, after which FridaFileMonitor::change is emitted on each change.

frida_file_monitor_enable_finish

Starts watching, after which FridaFileMonitor::change is emitted on each change.

frida_file_monitor_enable_sync

Starts watching, after which FridaFileMonitor::change is emitted on each change.

frida_file_monitor_disable

Stops watching.

frida_file_monitor_get_path

The path being watched.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.FileMonitor:path

The path being watched.

Signals

Frida.FileMonitor::change

Emitted when a change is observed at the watched path.

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FridaFileMonitorClass {
  /* no available fields */
}

No description available.