RygelPhotoItem

RygelPhotoItem — Represents a photo item.

Synopsis

#define             RYGEL_TYPE_PHOTO_ITEM
#define             RYGEL_PHOTO_ITEM_UPNP_CLASS
RygelPhotoItem *    rygel_photo_item_new                (const gchar *id,
                                                         RygelMediaContainer *parent,
                                                         const gchar *title,
                                                         const gchar *upnp_class);
struct              RygelPhotoItem;

Description

Details

RYGEL_TYPE_PHOTO_ITEM

#define RYGEL_TYPE_PHOTO_ITEM (rygel_photo_item_get_type ())

The type for RygelPhotoItem.


RYGEL_PHOTO_ITEM_UPNP_CLASS

#define RYGEL_PHOTO_ITEM_UPNP_CLASS "object.item.imageItem.photo"

rygel_photo_item_new ()

RygelPhotoItem *    rygel_photo_item_new                (const gchar *id,
                                                         RygelMediaContainer *parent,
                                                         const gchar *title,
                                                         const gchar *upnp_class);

struct RygelPhotoItem

struct RygelPhotoItem {
	RygelImageItem parent_instance;
	RygelPhotoItemPrivate * priv;
	gchar* creator;
};

Represents a photo item.