From cbb95038cf23ce8061961984bd52ad565b219a6e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 27 Mar 2012 12:45:27 -0400 Subject: [PATCH] GFileMonitor: fix docs bug --- gio/gfilemonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfilemonitor.c b/gio/gfilemonitor.c index b90e5d142..06bd21014 100644 --- a/gio/gfilemonitor.c +++ b/gio/gfilemonitor.c @@ -227,7 +227,7 @@ g_file_monitor_class_init (GFileMonitorClass *klass) * Emitted when @file has been changed. * * If using #G_FILE_MONITOR_SEND_MOVED flag and @event_type is - * #G_FILE_MONITOR_SEND_MOVED, @file will be set to a #GFile containing the + * #G_FILE_MONITOR_EVENT_MOVED, @file will be set to a #GFile containing the * old path, and @other_file will be set to a #GFile containing the new path. * * In all the other cases, @other_file will be set to #NULL. -- 2.11.0