Top | ![]() |
![]() |
![]() |
![]() |
RygelMediaArtStoreRygelMediaArtStore — This maps RygelMusicItem objects to their cached cover art, implementing the GNOME MediaArt storage specification. |
#define RYGEL_TYPE_MEDIA_ART_STORE (rygel_media_art_store_get_type ())
The type for RygelMediaArtStore.
RygelThumbnail * rygel_media_art_store_find_media_art (RygelMediaArtStore *self
,RygelMusicItem *item
,gboolean simple
,GError **error
);
self |
the RygelMediaArtStore instance |
|
item |
|
|
simple |
|
|
error |
location to store the error occuring, or |
RygelThumbnail * rygel_media_art_store_find_media_art_any (RygelMediaArtStore *self
,RygelMusicItem *item
,GError **error
);
self |
the RygelMediaArtStore instance |
|
item |
|
|
error |
location to store the error occuring, or |
GFile * rygel_media_art_store_get_media_art_file (RygelMediaArtStore *self
,const gchar *type
,RygelMusicItem *item
,gboolean simple
);
void rygel_media_art_store_add (RygelMediaArtStore *self
,RygelMusicItem *item
,GFile *file
,guint8 *data
,int data_length1
);
self |
the RygelMediaArtStore instance |
|
data_length1 |
length of the |
|
item |
|
|
file |
|
|
data |
|
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.