Method

AdwMultiLayoutViewget_layout_by_name

Declaration [src]

AdwLayout*
adw_multi_layout_view_get_layout_by_name (
  AdwMultiLayoutView* self,
  const char* name
)

Description [src]

Gets layout with the name name from self, or NULL if it doesn’t exist.

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.

Return value

Returns: AdwLayout
 

The layout with name.

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