Constructor

AstalRiverRivernew

Declaration

AstalRiverRiver*
astal_river_river_new (
  void
)

Description

Creates a new River object. It is recommended to use the astal_river_get_default() method instead of this method.

Return value

Type: AstalRiverRiver

A newly created connection to river.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.