RygelThumbnail

RygelThumbnail — Represents a picture or video thumbnail.

Types and Values

Description

Functions

Types and Values

RYGEL_TYPE_THUMBNAIL

#define RYGEL_TYPE_THUMBNAIL (rygel_thumbnail_get_type ())

The type for RygelThumbnail.


struct RygelThumbnail

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

Represents a picture or video thumbnail.


struct RygelThumbnailClass

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.

Members

get_resource ()