Home
last modified time | relevance | path

Searched defs:LIBMTP_file_struct (Results 1 – 2 of 2) sorted by relevance

/external/libmtp/src/
Dlibmtp.h.in609 struct LIBMTP_file_struct { struct
610 uint32_t item_id; /**< Unique item ID */
611 uint32_t parent_id; /**< ID of parent folder */
612 uint32_t storage_id; /**< ID of storage holding this file */
613 char *filename; /**< Filename of this file */
614 uint64_t filesize; /**< Size of file in bytes */
615 time_t modificationdate; /**< Date of last alteration of the file */
616 LIBMTP_filetype_t filetype; /**< Filetype used for the current file */
617 LIBMTP_file_t *next; /**< Next file in list or NULL if last file */
Dlibmtp.h611 struct LIBMTP_file_struct { struct
612 uint32_t item_id; /**< Unique item ID */
613 uint32_t parent_id; /**< ID of parent folder */
614 uint32_t storage_id; /**< ID of storage holding this file */
615 char *filename; /**< Filename of this file */
616 uint64_t filesize; /**< Size of file in bytes */
617 time_t modificationdate; /**< Date of last alteration of the file */
618 LIBMTP_filetype_t filetype; /**< Filetype used for the current file */
619 LIBMTP_file_t *next; /**< Next file in list or NULL if last file */