Function

PhocSeatfrom_wlr_seat

Declaration [src]

PhocSeat*
phoc_seat_from_wlr_seat (
  wlr_seat* wlr_seat
)

Description

No description available.

Parameters

wlr_seat

Type: wlr_seat*

The wlr_seat.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: PhocSeat

The PhocSeat associated with the given wlr_seat.

The data is owned by the called function.