Method

AdwMultiLayoutViewset_layout_name

Declaration [src]

void
adw_multi_layout_view_set_layout_name (
  AdwMultiLayoutView* self,
  const char* name
)

Description [src]

Makes the layout with name the current layout of self.

See AdwLayout:name.

Available since:1.6

Parameters

name const char*
 

The name of the layout.

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