Method

AdwLayoutset_name

unstable since: 1.6

Declaration [src]

void
adw_layout_set_name (
  AdwLayout* self,
  const char* name
)

Description [src]

Sets the name of the layout.

Available since: 1.6

Sets propertyAdw.Layout:name

Parameters

name

Type: const char*

The layout name.

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