Method

AdwMultiLayoutViewget_layout_name

Declaration [src]

const char*
adw_multi_layout_view_get_layout_name (
  AdwMultiLayoutView* self
)

Description [src]

Returns the name of the currently used layout of self.

Available since:1.6

Return value

Returns: const char*
 

The name of the current layout.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.