Package: gio

GFlags gio:file-query-info-flags

Declaration

(gobject:define-gflags "GFileQueryInfoFlags" file-query-info-flags
  (:export t
   :type-initializer "g_file_query_info_flags_get_type")
  (:none 0)
  (:nofollow-symlinks #.(ash 1 0)))  

Values

:none
No flags set.
:nofollow-symlinks
Do not follow symlinks.

Details

Flags used when querying a g:file-info instance.
 

See also

2024-12-14