Method

GUPnPServiceInfoget_scpd_url

Declaration [src]

char*
gupnp_service_info_get_scpd_url (
  GUPnPServiceInfo* info
)

Description [src]

Get the SCPD URL for this service, or NULL if there is no SCPD.

Return value

Type: char*

A string. This string should be freed with g_free() after use.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.