[][src]Function input_sys::libinput_seat_get_physical_name

pub unsafe extern "C" fn libinput_seat_get_physical_name(
    seat: *mut libinput_seat
) -> *const c_char

@ingroup seat

Return the physical name of the seat. For libinput contexts created from udev, this is always the same value as passed into libinput_udev_assign_seat() and all seats from that context will have the same physical name.

The physical name of the seat is one that is usually set by the system or lower levels of the stack. In most cases, this is the base filter for devices - devices assigned to seats outside the current seat will not be available to the caller.

@param seat A previously obtained seat @return The physical name of this seat