Method
GUPnPDeviceInfolist_device_types
Declaration [src]
GList*
gupnp_device_info_list_device_types (
GUPnPDeviceInfo* info
)
Description [src]
Get a GList
of strings representing the types of the devices
directly contained in info
.
Return value
Type: A list of utf8
A GList
of strings. The
elements should be g_free()’d and the list should be g_list_free()’d.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL . |
Each element is a NUL terminated UTF-8 string. |