From 3a7244bd0ca5e30b1c3199c7995f924cfd231855 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 19 Dec 2012 08:22:23 -0500 Subject: [PATCH] Add "Since 2.36" to G_FILE_MONITOR_WATCH_HARD_LINKS doc --- gio/gioenums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gioenums.h b/gio/gioenums.h index 9842d3457..265ca315c 100644 --- a/gio/gioenums.h +++ b/gio/gioenums.h @@ -309,7 +309,7 @@ typedef enum { * behaviour -without specifying this flag- is to send single DELETED * and CREATED events). * @G_FILE_MONITOR_WATCH_HARD_LINKS: Watch for changes to the file made - * via another hard link. + * via another hard link. Since 2.36. * * Flags used to set what a #GFileMonitor will watch for. */