GUPnPAV.Feature

g GObject.Object GObject.Object GUPnPAV.Feature GUPnPAV.Feature GObject.Object->GUPnPAV.Feature

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_name ()

get_object_ids ()

get_version ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

name

str

r/w/co

The name of this feature.

object-ids

str

r/w/co

The object IDs of this feature.

version

str

r/w/co

The version of this feature.

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

GObject.Object

r

Class Details

class GUPnPAV.Feature(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

GUPnPAV.FeatureClass

get_name()
Returns:

The name of the self.

Return type:

str

Get the name of the self.

get_object_ids()
Returns:

The object IDs related to the self.

Return type:

str

Get the object IDs related to the self.

get_version()
Returns:

The version of the self.

Return type:

str

Get the version of the self.

Property Details

GUPnPAV.Feature.props.name
Name:

name

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The name of this feature.

GUPnPAV.Feature.props.object_ids
Name:

object-ids

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The object IDs related to this feature.

GUPnPAV.Feature.props.version
Name:

version

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The version of this feature.