libgphoto2 photo camera library (libgphoto2) API 2.5.34
Loading...
Searching...
No Matches
_CameraFileInfoFile Struct Reference

File information of a regular file. More...

#include <gphoto2-filesys.h>

Data Fields

CameraFileInfoFields fields
 Bitmask containing the set members.
CameraFileStatus status
 Status of the file.
uint64_t size
 Size of the file.
char type [64]
 MIME type of the file.
uint32_t width
 Height of the file.
uint32_t height
 Width of the file.
CameraFilePermissions permissions
 Permissions of the file.
time_t mtime
 Modification time of the file.

Detailed Description

File information of a regular file.

Contains information a regular file with fields being set depending on the bitmask in the fields member.

Field Documentation

◆ fields

CameraFileInfoFields _CameraFileInfoFile::fields

◆ mtime

time_t _CameraFileInfoFile::mtime

Modification time of the file.

Referenced by gp_filesystem_get_info(), and gp_filesystem_set_file_noop().

◆ permissions

CameraFilePermissions _CameraFileInfoFile::permissions

Permissions of the file.

Referenced by gp_filesystem_set_info().


The documentation for this struct was generated from the following file: