| GUPnP A/V Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
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);
Properties
"name" gchar* : Read / Write / Construct Only "object-ids" gchar* : Read / Write / Construct Only "version" gchar* : Read / Write / Construct Only
Details
gupnp_feature_get_name ()
const char * gupnp_feature_get_name (GUPnPFeature *feature);
Get the name of the 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.
|
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.
|
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
