Package: gio

Accessor gio:action-parameter-type

Lambda List

gio:action-parameter-type (object)

Syntax

(g:action-parameter-type object) => vtype

Arguments

object -- a g:action object
vtype -- a g:variant-type parameter type

Details

Accessor of the parameter-type slot of the g:action class. Queries the type of the parameter that must be given when activating the action. When activating the action using the g:action-activate function, the g:variant parameter given to that function must be of the type returned by this function.

In the case that this function returns a nil value, you must not give any g:variant parameter, but a cffi:null-pointer value instead.
 

See also

2025-2-3