[glib] GFileMonitor: Fix doc typos



commit 4586434346e6e3e76130068b1876d5d61b13b462
Author: Kalev Lember <klember redhat com>
Date:   Wed Jul 6 14:37:12 2016 +0200

    GFileMonitor: Fix doc typos

 gio/gfilemonitor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gfilemonitor.c b/gio/gfilemonitor.c
index b05a896..66808d9 100644
--- a/gio/gfilemonitor.c
+++ b/gio/gfilemonitor.c
@@ -149,7 +149,7 @@ g_file_monitor_class_init (GFileMonitorClass *klass)
    *
    * Emitted when @file has been changed.
    *
-   * If using %G_FILE_MONITOR_WATCH_RENAMES on a directory monitor, and
+   * If using %G_FILE_MONITOR_WATCH_MOVES on a directory monitor, and
    * the information is available (and if supported by the backend),
    * @event_type may be %G_FILE_MONITOR_EVENT_RENAMED,
    * %G_FILE_MONITOR_EVENT_MOVED_IN or %G_FILE_MONITOR_EVENT_MOVED_OUT.
@@ -168,7 +168,7 @@ g_file_monitor_class_init (GFileMonitorClass *klass)
    * %G_FILE_MONITOR_EVENT_DELETED, with extra information.
    * %G_FILE_MONITOR_EVENT_RENAMED is equivalent to a delete/create
    * pair.  This is exactly how the events will be reported in the case
-   * that the %G_FILE_MONITOR_WATCH_RENAMES flag is not in use.
+   * that the %G_FILE_MONITOR_WATCH_MOVES flag is not in use.
    *
    * If using the deprecated flag %G_FILE_MONITOR_SEND_MOVED flag and @event_type is
    * #G_FILE_MONITOR_EVENT_MOVED, @file will be set to a #GFile containing the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]