#include <libmtp.h>
Data Fields | |
uint32_t | folder_id |
uint32_t | parent_id |
uint32_t | storage_id |
char * | name |
LIBMTP_folder_t * | sibling |
LIBMTP_folder_t * | child |
delfile.c, folders.c, getfile.c, newfolder.c, sendfile.c, and sendtr.c.
uint32_t LIBMTP_folder_struct::folder_id |
Unique folder ID
uint32_t LIBMTP_folder_struct::parent_id |
ID of parent folder
uint32_t LIBMTP_folder_struct::storage_id |
ID of storage holding this folder
Name of folder
Next folder at same level or NULL if no more
Child folder or NULL if no children