Home
last modified time | relevance | path

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

/external/libmtp/src/
Dlibmtp.h.in681 struct LIBMTP_folder_struct { struct
682 uint32_t folder_id; /**< Unique folder ID */
683 uint32_t parent_id; /**< ID of parent folder */
684 uint32_t storage_id; /**< ID of storage holding this folder */
685 char *name; /**< Name of folder */
686 LIBMTP_folder_t *sibling; /**< Next folder at same level or NULL if no more */
687 LIBMTP_folder_t *child; /**< Child folder or NULL if no children */
Dlibmtp.h683 struct LIBMTP_folder_struct { struct
684 uint32_t folder_id; /**< Unique folder ID */
685 uint32_t parent_id; /**< ID of parent folder */
686 uint32_t storage_id; /**< ID of storage holding this folder */
687 char *name; /**< Name of folder */
688 LIBMTP_folder_t *sibling; /**< Next folder at same level or NULL if no more */
689 LIBMTP_folder_t *child; /**< Child folder or NULL if no children */