Method

PhocDesktopget_saved_outputs_state

Declaration [src]

PhocOutputConfig*
phoc_desktop_get_saved_outputs_state (
  PhocDesktop* self,
  const char* output_identifier
)

Description [src]

Get the current target output configuration based on the currently known outputs.

Parameters

output_identifier

Type: const char*

The output’s identifier.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: PhocOutputConfig

The output config.

The returned data is owned by the instance.