Method

PhocDesktopsave_outputs_state

Declaration [src]

void
phoc_desktop_save_outputs_state (
  PhocDesktop* self,
  GPtrArray* output_configs
)

Description [src]

Save the passed in output configuration state.

Parameters

output_configs

Type: An array of PhocOutputConfig*

The output configs to save.

The instance takes ownership of the data, and is responsible for freeing it.