Top | ![]() |
![]() |
![]() |
![]() |
#define | RYGEL_TYPE_SIMPLE_CONTAINER |
struct | RygelSimpleContainer |
struct | RygelSimpleContainerClass |
#define RYGEL_TYPE_SIMPLE_CONTAINER (rygel_simple_container_get_type ())
The type for RygelSimpleContainer.
struct RygelSimpleContainer { RygelMediaContainer parent_instance; RygelSimpleContainerPrivate * priv; RygelMediaObjects* children; };
A simple implementation of RygelMediaContainer that keeps all RygelMediaObjects in memory. You should add children via rygel_simple_container_add_child_item()
.
struct RygelSimpleContainerClass { RygelMediaContainerClass parent_class; };
The class structure for RYGEL_TYPE_SIMPLE_CONTAINER
. All the fields in this structure are private and should never be accessed directly.