Top | ![]() |
![]() |
![]() |
![]() |
const char * | gupnp_feature_get_name () |
const char * | gupnp_feature_get_version () |
const char * | gupnp_feature_get_object_ids () |
gchar * | name | Read / Write / Construct Only |
gchar * | object-ids | Read / Write / Construct Only |
gchar * | version | Read / Write / Construct Only |
const char *
gupnp_feature_get_name (GUPnPFeature *feature
);
Get the name of the feature
.
const char *
gupnp_feature_get_version (GUPnPFeature *feature
);
Get the version of the feature
.
const char *
gupnp_feature_get_object_ids (GUPnPFeature *feature
);
Get the object IDs related to the feature
.
“name”
property “name” gchar *
The name of this feature.
Owner: GUPnPFeature
Flags: Read / Write / Construct Only
Default value: NULL
“object-ids”
property “object-ids” gchar *
The object IDs related to this feature.
Owner: GUPnPFeature
Flags: Read / Write / Construct Only
Default value: NULL