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