Constructor
AdwShortcutsItemnew_from_action
unstable since: 1.8
Declaration [src]
AdwShortcutsItem*
adw_shortcuts_item_new_from_action (
const char* title,
const char* action_name
)
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. action_name
-
Type:
const char*
The shortcut action name.
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. |