diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-12-17 07:04:51 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-12-17 07:04:51 +0000 |
commit | 2e3f48993ddf2a18eff36f3e4eae10da0207e510 (patch) | |
tree | bebd9a3917ed2a71bf7d2b087bc9d9f27b8c2a2f /gio/gfile.h | |
parent | f87b822b21f197cbf5c1dc9202848e883a0fcd8a (diff) |
Documentation updates
svn path=/trunk/; revision=6138
Diffstat (limited to 'gio/gfile.h')
-rw-r--r-- | gio/gfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gfile.h b/gio/gfile.h index 95244c85e..d83d0f58e 100644 --- a/gio/gfile.h +++ b/gio/gfile.h @@ -43,6 +43,7 @@ G_BEGIN_DECLS /** * GFileQueryInfoFlags: + * @G_FILE_QUERY_INFO_NONE: No flags set. * @G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS: Don't follow symlinks. * * Flags used when querying a #GFileInfo. |