list_slave_devices


Description:

public List<unowned Device>? list_slave_devices ()

If the device if of type gdk_device_type_master, it will return the list of slave devices attached to it, otherwise it will return null

Parameters:

this

a Device

Returns:

the list of slave devices, or null. The list must be freed with g_list_free, the contents of the list are owned by GTK+ and should not be freed.