GUPnP.ServiceProxyActionIter

g GObject.Object GObject.Object GUPnP.ServiceProxyActionIter GUPnP.ServiceProxyActionIter GObject.Object->GUPnP.ServiceProxyActionIter

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_name ()

get_value ()

next ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class GUPnP.ServiceProxyActionIter(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

GUPnP.ServiceProxyActionIterClass

An opaque object representing an iterator over the out parameters of an action

New in version 1.6.6.

get_name()
Returns:

Name of the current argument

Return type:

str

Get the name of the current out argument

New in version 1.6.6.

get_value()
Returns:

True if the value could be read successfully

value:

The value

Return type:

(bool, value: GObject.Value)

Get the value of the current parameter.

If the service proxy had a successful introspection, the type according to the introspection data will be used, otherwise it will be string.

New in version 1.6.6.

next()
Returns:

True if the next value was available

Return type:

bool

Move self to the next out value of the iterated action

New in version 1.6.6.