Top |
#define | RYGEL_TYPE_PLAYLIST_ITEM |
#define | RYGEL_PLAYLIST_ITEM_UPNP_CLASS |
struct | RygelPlaylistItem |
struct | RygelPlaylistItemClass |
#define RYGEL_TYPE_PLAYLIST_ITEM (rygel_playlist_item_get_type ())
The type for RygelPlaylistItem.
struct RygelPlaylistItem { RygelMediaFileItem parent_instance; RygelPlaylistItemPrivate * priv; };
Represents a playlist item.
These objects correspond to DLNA's DIDL_S items.
struct RygelPlaylistItemClass { RygelMediaFileItemClass parent_class; };
The class structure for RYGEL_TYPE_PLAYLIST_ITEM
. All the fields in this structure are private and should never be accessed directly.