list_devices


Description:

[ Version ( deprecated = true , deprecated_since = "3.20" , since = "3.0" ) ]
public List<unowned Device> list_devices (DeviceType type)

Warning: list_devices is deprecated since 3.20.

Returns the list of devices of type type currently attached to this.

Note:

, use get_pointer, get_keyboard and get_slaves instead.

Parameters:

this

a DeviceManager

type

device type to get.

Returns:

a list of Devices. The returned list must be freed with g_list_free (). The list elements are owned by GTK+ and must not be freed or unreffed.