Method

AstalRiverRivernew_layout

Declaration

AstalRiverLayout*
astal_river_river_new_layout (
  AstalRiverRiver* self,
  const gchar* namespace
)

Description

Creates a new AstalRiverLayout object for this river instance.

Parameters

namespace

Type: const gchar*

The namespace of the layout.

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

Return value

Type: AstalRiverLayout

A newly created AstalRiverLayout object.

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