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

Returns: 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 data, and is responsible for freeing it.
 The return value can be NULL.