| Top |  |  |  |  | 
| #define | RYGEL_TYPE_PHOTO_ITEM | 
| #define | RYGEL_PHOTO_ITEM_UPNP_CLASS | 
| struct | RygelPhotoItem | 
| struct | RygelPhotoItemClass | 
    GObject
    ╰── RygelMediaObject
        ╰── RygelMediaItem
            ╰── RygelMediaFileItem
                ╰── RygelImageItem
                    ╰── RygelPhotoItem
RygelPhotoItem * rygel_photo_item_new (const gchar *id,RygelMediaContainer *parent,const gchar *title,const gchar *upnp_class);
#define RYGEL_TYPE_PHOTO_ITEM (rygel_photo_item_get_type ())
The type for RygelPhotoItem.
struct RygelPhotoItemClass {
	RygelImageItemClass parent_class;
};
The class structure for RYGEL_TYPE_PHOTO_ITEM. All the fields in this structure are private and should never be accessed directly.