summaryrefslogtreecommitdiff
path: root/gio/gfilemonitor.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-01-07 09:54:53 -0800
committerColin Walters <walters@verbum.org>2012-01-11 15:50:08 -0500
commitc3d6595f5a9230fc579edd9a646351b22ca6d976 (patch)
tree5e12e4ae7047726a0bcce9c1da1cfa049db55e56 /gio/gfilemonitor.c
parente98f17e5cf1696d418444b23cb092be0eaba3008 (diff)
downloadglib-c3d6595f5a9230fc579edd9a646351b22ca6d976.tar.gz
GIO: add lots of annotations for Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=667447
Diffstat (limited to 'gio/gfilemonitor.c')
-rw-r--r--gio/gfilemonitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gfilemonitor.c b/gio/gfilemonitor.c
index 27b800a54..b90e5d142 100644
--- a/gio/gfilemonitor.c
+++ b/gio/gfilemonitor.c
@@ -221,7 +221,7 @@ g_file_monitor_class_init (GFileMonitorClass *klass)
* GFileMonitor::changed:
* @monitor: a #GFileMonitor.
* @file: a #GFile.
- * @other_file: a #GFile or #NULL.
+ * @other_file: (allow-none): a #GFile or #NULL.
* @event_type: a #GFileMonitorEvent.
*
* Emitted when @file has been changed.