![]() |
![]() |
![]() |
librygel-server Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define RYGEL_TYPE_IMAGE_ITEM #define RYGEL_IMAGE_ITEM_UPNP_CLASS RygelImageItem * rygel_image_item_new (const gchar *id
,RygelMediaContainer *parent
,const gchar *title
,const gchar *upnp_class
); struct RygelImageItem; struct RygelImageItemClass;
#define RYGEL_TYPE_IMAGE_ITEM (rygel_image_item_get_type ())
The type for RygelImageItem.
RygelImageItem * rygel_image_item_new (const gchar *id
,RygelMediaContainer *parent
,const gchar *title
,const gchar *upnp_class
);
|
|
|
|
|
|
|
struct RygelImageItem { RygelMediaItem parent_instance; RygelImageItemPrivate * priv; };
Represents an image item.
struct RygelImageItemClass { RygelMediaItemClass parent_class; };
The class structure for RYGEL_TYPE_IMAGE_ITEM
. All the fields in this structure are private and should never be accessed directly.
RygelMediaItemClass |
the parent class structure |