| 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 |
#define RYGEL_TYPE_MEDIA_ART_STORE (rygel_media_art_store_get_type ())
The type for RygelMediaArtStore.
struct RygelMediaArtStore {
GObject parent_instance;
RygelMediaArtStorePrivate * priv;
};
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.