GUPnPAV.DIDLLiteContributor

g GObject.Object GObject.Object GUPnPAV.DIDLLiteContributor GUPnPAV.DIDLLiteContributor GObject.Object->GUPnPAV.DIDLLiteContributor

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_name ()

get_role ()

get_xml_node ()

set_name (name)

set_role (role)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

name

str

r/w

The name of this contributor.

role

str

r/w

The role of this contributor.

xml-node

int

r/w/co

The pointer to contributor node in XML document.

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

GObject.Object

r

Class Details

class GUPnPAV.DIDLLiteContributor(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

GUPnPAV.DIDLLiteContributorClass

get_name()
Returns:

The name of the self or None.

Return type:

str

Get the name of the self.

get_role()
Returns:

The role of the self, or None.

Return type:

str

Get the role of the self.

get_xml_node()
Returns:

The pointer to relevant node in XML document.

Return type:

libxml2.Node

Get the pointer to relevant node in XML document.

set_name(name)
Parameters:

name (str) – The name of the contributor

Set the name of the self to name.

set_role(role)
Parameters:

role (str) – The role of the self

Set the role of the self to role.

Property Details

GUPnPAV.DIDLLiteContributor.props.name
Name:

name

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

The name of this contributor.

GUPnPAV.DIDLLiteContributor.props.role
Name:

role

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

The role of this contributor.

GUPnPAV.DIDLLiteContributor.props.xml_node
Name:

xml-node

Type:

int

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The pointer to object node in XML document.