GNOME Bugzilla – Bug 321760
Test harness to show libinotify working
Last modified: 2005-11-18 00:02:47 UTC
So you can actually use the library with a test tool. Other information:
Created attachment 54894 [details] [review] Adds a test tool to demonstrate libinotify Hey Ryan, I have created this patch so you can actually check out libinotify from CVS and run a test app to prove it works. I have been looking at integrating libinotify with GnomeVFS since we (Imendio) might want to work on getting it into GnomeVFS. I have spoken to Christian Kellner (gicmo) and he really wants to get libinotify into GnomeVFS for inotify support. What are your thoughts on this?
Committed to CVS with a couple of minor changes: 1) Modified to support multiple commandline arguments (to monitor multiple files) 2) Modified so that if an argument is prefixed by = (ie: =/home/desrt) then the file is opened using libinotify's "file based" mode. Thank you very much for the patch. Your work is appreciated. As for GnomeVFS, I've been talking to Christian too. He has a lot of ideas for expanding the GnomeVFS monitoring API to allow some of the features of libinotify to be put to better use. I'm actually sort of waiting for him to tell me about what he wishes to expose to the user so I can better accommodate his needs. Activity in this area is therefore extremely welcome (by myself, certainly, and by Christian too, I'd imagine).