Method
PhocViewget_fullscreen_output
Declaration [src]
PhocOutput*
phoc_view_get_fullscreen_output (
PhocView* self
)
Description [src]
Gets the output a view is fullscreen on. Returns NULL
if
the view isn’t currently fullscreen.
Return value
Type: PhocOutput
The fullscreen output.
The data is owned by the instance. |
The return value can be NULL . |