Enumeration

GioFileAttributeInfoFlags

Declaration

flags Gio.FileAttributeInfoFlags

Description

Flags specifying the behaviour of an attribute.

Members

G_FILE_ATTRIBUTE_INFO_NONE

No flags set.

  • Value: 0
  • Nickname: none
  • Available since: 2.0
G_FILE_ATTRIBUTE_INFO_COPY_WITH_FILE

Copy the attribute values when the file is copied.

  • Value: 1
  • Nickname: copy-with-file
  • Available since: 2.0
G_FILE_ATTRIBUTE_INFO_COPY_WHEN_MOVED

Copy the attribute values when the file is moved.

  • Value: 2
  • Nickname: copy-when-moved
  • Available since: 2.0