Method

AstalRiverRiverget_output

Declaration

AstalRiverOutput*
astal_river_river_get_output (
  AstalRiverRiver* self,
  gchar* name
)

Description

Returns the output with the given name or null.

Parameters

name

Type: gchar*

The name of the output.

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

Return value

Type: AstalRiverOutput

The output with the given name or null.

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