![]() |
![]() |
![]() |
librygel-server Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#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; struct RygelPhotoItemClass;
GObject +----RygelMediaObject +----RygelMediaItem +----RygelImageItem +----RygelPhotoItem
#define RYGEL_TYPE_PHOTO_ITEM (rygel_photo_item_get_type ())
The type for RygelPhotoItem.
RygelPhotoItem * rygel_photo_item_new (const gchar *id
,RygelMediaContainer *parent
,const gchar *title
,const gchar *upnp_class
);
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.
RygelImageItemClass |
the parent class structure |