Method

AdwLayoutget_name

Declaration [src]

const char*
adw_layout_get_name (
  AdwLayout* self
)

Description [src]

Gets the name of the layout.

Available since:1.6
Gets propertyAdw.Layout:name

Return value

Returns: const char*
 

The name of the layout.

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