GUPnPDLNA.ValueList¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
Details¶
- class GUPnPDLNA.ValueList¶
- copy()¶
- Returns:
A copy of self.
- Return type:
- free()¶
Frees the value list.
- get_g_values()¶
- Returns:
A list. Free it with g_list_free_full() with
GLib.free
().- Return type:
Gets a list of
GObject.Values
.GObject.Values
can be of typesGObject.TYPE_BOOLEAN
,GObject.TYPE_INT
,GObject.TYPE_STRING
, #GUPNP_TYPE_DLNA_FRACTION, #GUPNP_TYPE_DLNA_FRACTION_RANGE or #GUPNP_TYPE_DLNA_INT_RANGE.