Top |
#define RYGEL_TYPE_THUMBNAIL (rygel_thumbnail_get_type ())
The type for RygelThumbnail.
struct RygelThumbnail { RygelIconInfo parent_instance; RygelThumbnailPrivate * priv; gchar* dlna_profile; };
Represents a picture or video thumbnail.
struct RygelThumbnailClass { RygelIconInfoClass parent_class; RygelMediaResource* (*get_resource) (RygelThumbnail* self, const gchar* protocol, gint index); };
The class structure for RYGEL_TYPE_THUMBNAIL
. All the fields in this structure are private and should never be accessed directly.