Method
PhocViewget_output
Declaration [src]
PhocOutput*
phoc_view_get_output (
PhocView* view
)
Description [src]
If a view spans multiple output it returns the output that the center of the view is on.
Return value
Type: PhocOutput
The output the view is on.
The returned data is owned by the instance. |
The return value can be NULL . |