LIBMTP_folder_struct(3) | Library Functions Manual | LIBMTP_folder_struct(3) |
libmtp -
#include <libmtp.h>
uint32_t folder_id
uint32_t parent_id
uint32_t storage_id
char * name
LIBMTP_folder_t * sibling
LIBMTP_folder_t * child
MTP Folder structure
Examples
delfile.c, folders.c, getfile.c, newfolder.c,
sendfile.c, and sendtr.c.
Child folder or NULL if no children
Examples
folders.c.
Referenced by LIBMTP_destroy_folder_t(), LIBMTP_Find_Folder(), and LIBMTP_Get_Folder_List_For_Storage().
Unique folder ID
Examples
folders.c.
Referenced by LIBMTP_Find_Folder(), LIBMTP_Get_Folder_List_For_Storage(), LIBMTP_new_folder_t(), and LIBMTP_Set_Folder_Name().
Name of folder
Examples
folders.c.
Referenced by LIBMTP_destroy_folder_t(), LIBMTP_Get_Folder_List_For_Storage(), and LIBMTP_Set_Folder_Name().
ID of parent folder
Referenced by LIBMTP_Get_Folder_List_For_Storage().
Next folder at same level or NULL if no more
Examples
folders.c.
Referenced by LIBMTP_destroy_folder_t(), LIBMTP_Find_Folder(), and LIBMTP_Get_Folder_List_For_Storage().
ID of storage holding this folder
Referenced by LIBMTP_Get_Folder_List_For_Storage().
Generated automatically by Doxygen for libmtp from the source code.
Version 1.1.21 | libmtp |