GUPnPFeature

GUPnPFeature — ContentDirectory feature

Synopsis

                    GUPnPFeature;
const char *        gupnp_feature_get_name              (GUPnPFeature *feature);
const char *        gupnp_feature_get_version           (GUPnPFeature *feature);
const char *        gupnp_feature_get_object_ids        (GUPnPFeature *feature);

Object Hierarchy

  GObject
   +----GUPnPFeature

Properties

  "name"                     gchar*                : Read / Write / Construct Only
  "object-ids"               gchar*                : Read / Write / Construct Only
  "version"                  gchar*                : Read / Write / Construct Only

Description

GUPnPFeature respresent a Feature element.

Details

GUPnPFeature

typedef struct _GUPnPFeature GUPnPFeature;

gupnp_feature_get_name ()

const char *        gupnp_feature_get_name              (GUPnPFeature *feature);

Get the name of the feature.

feature :

GUPnPFeature

Returns :

The name of the feature.

gupnp_feature_get_version ()

const char *        gupnp_feature_get_version           (GUPnPFeature *feature);

Get the version of the feature.

feature :

GUPnPFeature

Returns :

The version of the feature.

gupnp_feature_get_object_ids ()

const char *        gupnp_feature_get_object_ids        (GUPnPFeature *feature);

Get the object IDs related to the feature.

feature :

GUPnPFeature

Returns :

The object IDs related to the feature.

Property Details

The "name" property

  "name"                     gchar*                : Read / Write / Construct Only

The name of this feature.

Default value: NULL


The "object-ids" property

  "object-ids"               gchar*                : Read / Write / Construct Only

The object IDs related to this feature.

Default value: NULL


The "version" property

  "version"                  gchar*                : Read / Write / Construct Only

The version of this feature.

Default value: NULL