Method

PhocDesktopget_builtin_output

Declaration [src]

PhocOutput*
phoc_desktop_get_builtin_output (
  PhocDesktop* self
)

Description [src]

Get the built-in output. This assumes there’s only one and returns the first.

Return value

Type: PhocOutput

The built-in output. NULL if there’s no built-in output.

The returned data is owned by the instance.
The return value can be NULL.