Top | ![]() |
![]() |
![]() |
![]() |
GUPnPDLNARestriction *
gupnp_dlna_restriction_copy (GUPnPDLNARestriction *restriction
);
void
gupnp_dlna_restriction_free (GUPnPDLNARestriction *restriction
);
Frees restriction
.
gboolean
gupnp_dlna_restriction_is_empty (GUPnPDLNARestriction *restriction
);
gchar *
gupnp_dlna_restriction_to_string (GUPnPDLNARestriction *restriction
);
Creates a string representation of restriction
.
A string representation of
restriction
. Free with g_free()
when not needed.
[transfer full]
const gchar *
gupnp_dlna_restriction_get_mime (GUPnPDLNARestriction *restriction
);
Gets restriction
's MIME type.
GHashTable *
gupnp_dlna_restriction_get_entries (GUPnPDLNARestriction *restriction
);
Gets restriction
's entries. It is a string to GUPnPDLNAValueList
mapping.