Package sabayon :: Module dirmonitor
[hide private]
[frames] | no frames]

Module dirmonitor

source code

Classes [hide private]
  DirectoryMonitor

Functions [hide private]
  dprint(fmt, *args)
  event_to_string(event)
  run_unit_tests()

Variables [hide private]
  N_WATCHES_LIMIT = 200
  CHANGED = gio.FILE_MONITOR_EVENT_CHANGED
  DELETED = gio.FILE_MONITOR_EVENT_DELETED
  CREATED = gio.FILE_MONITOR_EVENT_CREATED

Function Details [hide private]

dprint(fmt, *args)

source code 
None

event_to_string(event)

source code 
None

run_unit_tests()

source code 
None

Variables Details [hide private]

N_WATCHES_LIMIT

None
Value:
200                                                                    
      

CHANGED

None
Value:
gio.FILE_MONITOR_EVENT_CHANGED                                         
      

DELETED

None
Value:
gio.FILE_MONITOR_EVENT_DELETED                                         
      

CREATED

None
Value:
gio.FILE_MONITOR_EVENT_CREATED