Class
FridaFileMonitor
Description [src]
final class Frida.FileMonitor : GObject.Object
{
/* No available fields */
}
Watches a filesystem path and reports changes to it.
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.
Signals
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.