| Top |  |  |  |  | 
| RygelMediaArtStoreRygelMediaArtStore — This maps RygelMusicItem objects to their cached cover art, implementing the GNOME MediaArt storage specification. | 
| #define | RYGEL_TYPE_MEDIA_ART_STORE | 
| struct | RygelMediaArtStore | 
| struct | RygelMediaArtStoreClass | 
RygelThumbnail * rygel_media_art_store_lookup_media_art (RygelMediaArtStore *self,RygelMusicItem *item,GError **error);
| self | the RygelMediaArtStore instance | |
| item | 
 | |
| error | location to store the error occuring, or  | 
void rygel_media_art_store_add (RygelMediaArtStore *self,RygelMusicItem *item,GFile *file,guint8 *data,int data_length1,const gchar *mime);
| self | the RygelMediaArtStore instance | |
| data_length1 | length of the  | |
| item | 
 | |
| file | 
 | |
| data | 
 | |
| mime | 
 | 
void rygel_media_art_store_search_media_art_for_file (RygelMediaArtStore *self,RygelMusicItem *item,GFile *file);
#define RYGEL_TYPE_MEDIA_ART_STORE (rygel_media_art_store_get_type ())
The type for RygelMediaArtStore.
struct RygelMediaArtStore;
This maps RygelMusicItem objects to their cached cover art, implementing the GNOME MediaArt storage specification.
struct RygelMediaArtStoreClass {
	GObjectClass parent_class;
};
The class structure for RYGEL_TYPE_MEDIA_ART_STORE. All the fields in this structure are private and should never be accessed directly.