![]() |
![]() |
![]() |
GUPnP A/V Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
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
);
"name" gchar* : Read / Write / Construct Only "object-ids" gchar* : Read / Write / Construct Only "version" gchar* : Read / Write / Construct Only
const char * gupnp_feature_get_name (GUPnPFeature *feature
);
Get the name of the feature
.
|
GUPnPFeature |
Returns : |
The name of the feature . |
const char * gupnp_feature_get_version (GUPnPFeature *feature
);
Get the version of the feature
.
|
GUPnPFeature |
Returns : |
The version of the feature . |
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 . |
"name"
property"name" gchar* : Read / Write / Construct Only
The name of this feature.
Default value: NULL
"object-ids"
property"object-ids" gchar* : Read / Write / Construct Only
The object IDs related to this feature.
Default value: NULL
"version"
property"version" gchar* : Read / Write / Construct Only
The version of this feature.
Default value: NULL