Class

GUPnPAVFeature

unstable since: 1.0

Description [src]

class GUPnPAV.Feature : GObject.Object
{
  /* No available fields */
}

ContentDirectory feature

GUPnPFeature respresent a Feature element.

Available since: 1.0

Ancestors

Instance methods

gupnp_feature_get_name

Get the name of the feature.

unstable since: 1.0

gupnp_feature_get_object_ids

Get the object IDs related to the feature.

unstable since: 1.0

gupnp_feature_get_version

Get the version of the feature.

unstable since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

GUPnPAV.Feature:name

The name of this feature.

unstable since: 1.0

GUPnPAV.Feature:object-ids

The object IDs related to this feature.

unstable since: 1.0

GUPnPAV.Feature:version

The version of this feature.

unstable since: 1.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct GUPnPAVFeatureClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.