29 Oct
2009
29 Oct
'09
2:42 p.m.
I was wondering if Glib has a cross-platform inotify equivalent, and it does. This is what we need to implement external editing of embedded files. Just watch for file change events and update the embedded data whenever that happens. However, we need to at least partially move to GIO to make any use of this.
http://library.gnome.org/devel/gio/unstable/GFileMonitor.html
Regards, Krzysztof