Method

GioFileInfoget_is_backup

Declaration [src]

gboolean
g_file_info_get_is_backup (
  GFileInfo* info
)

Description [src]

Checks if a file is a backup file.

It is an error to call this if the GFileInfo does not contain G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP.

Return value

Type: gboolean

TRUE if file is a backup file, FALSE otherwise.