Method

PhocOutputsStateslookup

Declaration [src]

GPtrArray*
phoc_outputs_states_lookup (
  PhocOutputsStates* self,
  const char* identifier
)

Description [src]

Given an identifier look up the corresponding outputs state.

Parameters

identifier

Type: const char*

The identifier we want to look up the outputs state for.

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

Return value

Type: An array of PhocOutputConfig*

The new output config.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.