GUPnPDIDLLiteContainer
GUPnPDIDLLiteContainer — DIDL-Lite Container
|
|
Details
GUPnPDIDLLiteContainer
typedef struct _GUPnPDIDLLiteContainer GUPnPDIDLLiteContainer;
gupnp_didl_lite_container_get_searchable ()
gboolean gupnp_didl_lite_container_get_searchable
(GUPnPDIDLLiteContainer *container);
Checks whether container
is searchable.
gupnp_didl_lite_container_get_child_count ()
guint gupnp_didl_lite_container_get_child_count
(GUPnPDIDLLiteContainer *container);
Get the child count of the container
.
gupnp_didl_lite_container_set_searchable ()
void gupnp_didl_lite_container_set_searchable
(GUPnPDIDLLiteContainer *container,
gboolean searchable);
(Un)set the searchibility of container
.
gupnp_didl_lite_container_set_child_count ()
void gupnp_didl_lite_container_set_child_count
(GUPnPDIDLLiteContainer *container,
guint child_count);
Set the child count of the container
.
Property Details
The "child-count"
property
"child-count" guint : Read / Write
The child count of this container.
Default value: 0
The "searchable"
property
"searchable" gboolean : Read / Write
Whether this container is searchable.
Default value: FALSE