Package: gio
Function gio:action-group-action-parameter-type
Lambda Listgio:action-group-action-parameter-type (group name) ArgumentsReturn ValueThe g:variant-type parameter type. Details        
    Queries the type of the parameter that must be given when activating the
    named action within the action group.    When activating the action using the g:action-group-activate-action  function, the g:variant-type parameter type given to that function
  must be of the type returned by this function. In the case that this function returns nil, you must not give any g:variant parameter, but nil instead. The parameter type of a particular action will never change but it is possible for an action to be removed and for a new action to be added with the same name but a different parameter type.  | See also | 
2025-02-03