Method
PhocConfigget_output
Declaration [src]
PhocOutputConfig*
phoc_config_get_output (
PhocConfig* config,
PhocOutput* output
)
Description [src]
Get intended configuration for the given output.
This method is not directly available to language bindings.
Parameters
output
-
Type:
PhocOutput
No description available.
The data is owned by the caller of the method.
Return value
Type: PhocOutputConfig
The intended output configuration or NULL
or not
configuration is found.
The data is owned by the instance. |