ShortcutAction.parseString

Tries to parse the given string into an action.

On success, the parsed action is returned. When parsing failed, null is returned.

The accepted strings are:

class ShortcutAction
static
parseString
(
string string_
)

Parameters

string_ string

the string to parse

Return Value

Type: gtk.shortcut_action.ShortcutAction