Class

IdeRecursiveFileMonitor

Description

final class Ide.RecursiveFileMonitor : GObject.Object
{
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeRecursiveFileMonitor ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

ide_recursive_file_monitor_new
No description available.

Instance methods

ide_recursive_file_monitor_cancel

Cancels the recursive file monitor.

ide_recursive_file_monitor_get_root

Gets the root directory used forthe file monitor.

ide_recursive_file_monitor_set_ignore_func

Sets a callback function to determine if a GFile should be ignored from signal emission.

ide_recursive_file_monitor_start_async
No description available.

ide_recursive_file_monitor_start_finish
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ide.RecursiveFileMonitor:root
No description available.

Signals

Ide.RecursiveFileMonitor::changed

This event is similar to GFileMonitor::changed but can be fired from any of the monitored directories in the recursive mount.

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 IdeRecursiveFileMonitorClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.