Constructor
AdwSidebarItemnew
unstable since: 1.9
Declaration [src]
AdwSidebarItem*
adw_sidebar_item_new (
const char* title
)
Parameters
title-
Type:
const char*The item title.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: AdwSidebarItem
The newly created AdwSidebarItem.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |