The FindNotify notification support should be exported to applications so that user-space VFSes can implement support for it (in my particular case, so it can be implemented in gvfs).
What does the gvfs FindNotify interface look like ? Can you point me at a design document or source code so I can see what the calling API would look like ? Thanks, Jeremy.
The equivalent is: http://library.gnome.org/devel/gio/stable/GFileMonitor.html The easiest probably is to offer a small interface on top of FindNotify that exposes most of its functionality, and work out the kinks in the gvfs smb backend.
Taking ownership... Jeremy.
I guess this can be closed now since the functionality has been implemented. Bastien, I've got some patches that adds support to gvfs, but it depends on bug 11413 being fixed.
Shipped in 4.3.0.
(In reply to Ross Lagerwall from comment #4) Ross, do you have a reference to the upstream bugzilla for that?