| Top |
| #define | RYGEL_TYPE_PHOTO_ITEM |
| #define | RYGEL_PHOTO_ITEM_UPNP_CLASS |
| struct | RygelPhotoItem |
| struct | RygelPhotoItemClass |
#define RYGEL_TYPE_PHOTO_ITEM (rygel_photo_item_get_type ())
The type for RygelPhotoItem.
struct RygelPhotoItem {
RygelImageItem parent_instance;
RygelPhotoItemPrivate * priv;
};
Represents a photo item.
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.