Opened 14 years ago

Closed 14 years ago

#70 closed enhancement (fixed)

replace pyinotify dependency with gio.File.monitor_directory

Reported by: Antoine Martin Owned by: Antoine Martin
Priority: critical Milestone: 0.9.1
Component: Client Keywords:
Cc:

Description (last modified by Antoine Martin)

We don't actually care if it's not recursive, so a dependency on gio.File is a lot better than a dependency on Linux specific library/code. A lot more portable!

see gio.File.monitor and this example

Change History (3)

comment:1 Changed 14 years ago by Antoine Martin

Description: modified (diff)
Owner: changed from Antoine Martin to Antoine Martin
Status: newaccepted

comment:2 Changed 14 years ago by Antoine Martin

Milestone: 1.00.9.1

comment:3 Changed 14 years ago by Antoine Martin

Resolution: fixed
Status: acceptedclosed

done in r1809

Last edited 13 years ago by Antoine Martin (previous) (diff)
Note: See TracTickets for help on using tickets.