Constructor
PhocSeatnew
Declaration [src]
PhocSeat*
phoc_seat_new (
PhocInput* input,
const char* name
)
Parameters
input
-
Type:
PhocInput
No description available.
The data is owned by the caller of the function. name
-
Type:
const char*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: PhocSeat
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |