Method

GUPnPDeviceInfoget_presentation_url

Declaration [src]

char*
gupnp_device_info_get_presentation_url (
  GUPnPDeviceInfo* info
)

Description [src]

Get an URL pointing to the device’s presentation page, for web-based administration, if available.

Return value

Returns: char*
 

A string, or NULL. g_free() after use.

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