Searched defs:LIBMTP_folder_struct (Results 1 – 2 of 2) sorted by relevance
681 struct LIBMTP_folder_struct { struct682 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 */
683 struct LIBMTP_folder_struct { struct684 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 */