RygelThumbnail

RygelThumbnail — Represents a picture or video thumbnail.

Synopsis

#define             RYGEL_TYPE_THUMBNAIL
RygelThumbnail *    rygel_thumbnail_new                 (const gchar *mime_type,
                                                         const gchar *dlna_profile,
                                                         const gchar *file_extension);
struct              RygelThumbnail;

Description

Details

RYGEL_TYPE_THUMBNAIL

#define RYGEL_TYPE_THUMBNAIL (rygel_thumbnail_get_type ())

The type for RygelThumbnail.


rygel_thumbnail_new ()

RygelThumbnail *    rygel_thumbnail_new                 (const gchar *mime_type,
                                                         const gchar *dlna_profile,
                                                         const gchar *file_extension);

struct RygelThumbnail

struct RygelThumbnail {
	RygelIconInfo parent_instance;
	RygelThumbnailPrivate * priv;
	gchar* dlna_profile;
};

Represents a picture or video thumbnail.