get_slaves
Description:
[ Version ( since = "3.20" ) ]
public List<unowned Device> get_slaves (SeatCapabilities capabilities)
public List<unowned Device> get_slaves (SeatCapabilities capabilities)
Returns the slave devices that match the given capabilities.
Parameters:
this |
a Seat |
capabilities |
capabilities to get devices for |
Returns:
A list of Devices. The list must be freed with g_list_free, the elements are owned by GDK and must not be freed. |