Method
PhoshShellactivate_action
Declaration [src]
gboolean
phosh_shell_activate_action (
PhoshShell* self,
const char* action,
GVariant* parameter
)
Description [src]
Activates the given action. If the action is not found FALSE
is returned and a
warning is logged.
Parameters
action |
const char* |
The action name. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
parameter |
GVariant |
The action’s parameters. |
|
The data is owned by the caller of the function. |