GUPnPDLNA.ValueList

Fields

None

Methods

copy ()

free ()

get_g_values ()

is_empty ()

to_string ()

Details

class GUPnPDLNA.ValueList
copy()
Returns:

A copy of self.

Return type:

GUPnPDLNA.ValueList

free()

Frees the value list.

get_g_values()
Returns:

A list. Free it with g_list_free_full() with GLib.free().

Return type:

[GObject.Value]

Gets a list of GObject.Values. GObject.Values can be of types GObject.TYPE_BOOLEAN, GObject.TYPE_INT, GObject.TYPE_STRING, #GUPNP_TYPE_DLNA_FRACTION, #GUPNP_TYPE_DLNA_FRACTION_RANGE or #GUPNP_TYPE_DLNA_INT_RANGE.

is_empty()
Returns:

True if self is empty, otherwise False.

Return type:

bool

to_string()
Returns:

A string representation of self. Free with GLib.free() when not needed.

Return type:

str

Creates a string representation of self.