| Top |  |  |  |  | 
| GUPnPDLNARestriction * | gupnp_dlna_restriction_copy () | 
| void | gupnp_dlna_restriction_free () | 
| gboolean | gupnp_dlna_restriction_is_empty () | 
| gchar * | gupnp_dlna_restriction_to_string () | 
| const gchar * | gupnp_dlna_restriction_get_mime () | 
| GHashTable * | gupnp_dlna_restriction_get_entries () | 
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
.
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.