Home | History | Annotate | Download | only in src

Lines Matching refs:LIBMTP_album_t

411 typedef struct LIBMTP_album_struct LIBMTP_album_t; /**< @see 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 *);