Method

PhocSeatview_from_view

Declaration [src]

PhocSeatView*
phoc_seat_view_from_view (
  PhocSeat* seat,
  PhocView* view
)

Description

No description available.

Parameters

view

Type: PhocView

A 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.