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

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

Completed in 97 milliseconds