Method
PhocSeatview_from_view
Declaration [src]
PhocSeatView*
phoc_seat_view_from_view (
PhocSeat* seat,
PhocView* view
)
Parameters
view-
Type:
PhocViewA view.
The data is owned by the caller of the method.
Return value
Type: PhocSeatView
The seat view belonging to the given view.
| The data is owned by the instance. |
The return value can be NULL. |