![]() |
![]() |
![]() |
GUPnP Reference Manual | ![]() |
---|---|---|---|---|
GUPnPServiceInfoPrivate; GUPnPServiceInfo; GUPnPContext* gupnp_service_info_get_context (GUPnPServiceInfo *info); const char* gupnp_service_info_get_location (GUPnPServiceInfo *info); const char* gupnp_service_info_get_udn (GUPnPServiceInfo *info); char* gupnp_service_info_get_service_type (GUPnPServiceInfo *info); char* gupnp_service_info_get_id (GUPnPServiceInfo *info); char* gupnp_service_info_get_scpd_url (GUPnPServiceInfo *info); char* gupnp_service_info_get_control_url (GUPnPServiceInfo *info); char* gupnp_service_info_get_event_subscription_url (GUPnPServiceInfo *info);
"context" GUPnPContext : Read / Write / Construct Only "location" gchararray : Read / Write / Construct Only "udn" gchararray : Read / Write / Construct Only
GUPnPContext* gupnp_service_info_get_context (GUPnPServiceInfo *info);
info : |
A GUPnPServiceInfo |
Returns : | The GUPnPContext associated with info .
|
const char* gupnp_service_info_get_location (GUPnPServiceInfo *info);
info : |
A GUPnPServiceInfo |
Returns : | The location of the device description file. |
const char* gupnp_service_info_get_udn (GUPnPServiceInfo *info);
info : |
A GUPnPServiceInfo |
Returns : | The UDN of the containing device. |
char* gupnp_service_info_get_service_type (GUPnPServiceInfo *info);
info : |
A GUPnPServiceInfo |
Returns : | The UPnP service type, or NULL. g_free() after use.
|
char* gupnp_service_info_get_id (GUPnPServiceInfo *info);
info : |
A GUPnPServiceInfo |
Returns : | The ID, or NULL. g_free() after use.
|
char* gupnp_service_info_get_scpd_url (GUPnPServiceInfo *info);
info : |
A GUPnPServiceInfo |
Returns : | The SCPD URL, or NULL. g_free() after use.
|
char* gupnp_service_info_get_control_url (GUPnPServiceInfo *info);
info : |
A GUPnPServiceInfo |
Returns : | The control URL, or NULL. g_free() after use.
|
char* gupnp_service_info_get_event_subscription_url (GUPnPServiceInfo *info);
info : |
A GUPnPServiceInfo |
Returns : | The event subscription URL, or NULL. g_free() after use.
|
context
" property"context" GUPnPContext : Read / Write / Construct Only
The GUPnPContext to use.
location
" property"location" gchararray : Read / Write / Construct Only
The location of the device description file.
Default value: NULL