Package: gio

Function g-action-activate

Lambda List

g-action-activate (action &optional parameter)

Arguments

action -- a g-action object
parameter -- an optional g-variant parameter to the activation

Details

Activates the action. The optional parameter argument must be the correct type of the parameter for the action, i.e. the parameter type given at construction time. If the parameter type was a null-pointer value then the parameter argument must be nil, this is the default value.
 

See also

2021-12-10