Doc updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 25 Jan 2008 17:38:04 +0000 (17:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 25 Jan 2008 17:38:04 +0000 (17:38 +0000)
svn path=/trunk/; revision=6376

gio/ChangeLog
gio/gfilemonitor.c

index 0a126e6..0f9b619 100644 (file)
@@ -1,5 +1,10 @@
 2008-01-25  Matthias Clasen  <mclasen@redhat.com>
 
+       * gfilemonitor.c: Add references to g_file_monitor_file/directory()
+       (#509994, Murray Cumming)
+
+2008-01-25  Matthias Clasen  <mclasen@redhat.com>
+
        * gioscheduler.h: Make GIOSchedulerJobFunc return boolean
        * gioscheduler.c: Keep calling io jobs until they return FALSE;
        this allows big jobs to be executed in chunks, instead of blocking
index 6441391..428859d 100644 (file)
  * @include: gio.h
  *
  * Monitors a file or directory for changes.
- * 
+ *
+ * To obtain a #GFileMonitor for a file or directory, use
+ * g_file_monitor_file() or g_file_monitor_directory().
+ *
+ * To get informed about changes to the file or directory you
+ * are monitoring, connect to the #GFileMonitor::changed signal.
  **/
 
 enum {