GNOME Bugzilla – Bug 509994
GFileMonitor documentation doesn't say how to get one.
Last modified: 2008-01-25 17:38:32 UTC
The GFileMonitor documentation http://library.gnome.org/devel/gio/unstable/GFileMonitor.html doesn't say how to instantiate or get an instance. I guess that it should recommend the use of functions such as g_file_monitor_directory(). It should probably also mention the "changed" signal in the description, and the documentation for the signal should probably mention that its emitted for directory changes as well as file changes.
I'll add a mention of g_file_monitor_file() and g_file_monitor_directory() to fix this, I guess.
2008-01-25 Matthias Clasen <mclasen@redhat.com> * gfilemonitor.c: Add references to g_file_monitor_file/directory() (#509994, Murray Cumming)