Searched defs:LIBMTP_album_t (Results 1 - 1 of 1) sorted by relevance

/external/libmtp/src/
H A Dlibmtp.h410 typedef struct LIBMTP_album_struct LIBMTP_album_t; /**< @see LIBMTP_album_struct */ typedef in typeref:struct:LIBMTP_album_struct
676 LIBMTP_album_t *next; /**< Next album or NULL if last album */
916 LIBMTP_album_t *LIBMTP_new_album_t(void);
917 void LIBMTP_destroy_album_t(LIBMTP_album_t *);
918 LIBMTP_album_t *LIBMTP_Get_Album_List(LIBMTP_mtpdevice_t *);
919 LIBMTP_album_t *LIBMTP_Get_Album(LIBMTP_mtpdevice_t *, uint32_t const);
920 int LIBMTP_Create_New_Album(LIBMTP_mtpdevice_t *, LIBMTP_album_t * const);
921 int LIBMTP_Update_Album(LIBMTP_mtpdevice_t *, LIBMTP_album_t const * const);
922 int LIBMTP_Set_Album_Name(LIBMTP_mtpdevice_t *, LIBMTP_album_t *, const char *);

Completed in 148 milliseconds