Constructor
AdwLayoutSlotnew
unstable since: 1.6
Declaration [src]
GtkWidget*
adw_layout_slot_new (
const char* id
)
Parameters
id
-
Type:
const char*
The slot ID.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GtkWidget
A new AdwLayoutSlot
.
The data is owned by the called function. |