Package: gio
Accessor gio:property-action-parameter-type
Lambda Listgio:property-action-parameter-type (object) SyntaxArgumentsDetails
The type of the parameter that must be given when activating the action. Examples(defvar label (make-instance 'gtk:label)) => LABEL (defvar action (g:property-action-new "action" label "xalign")) => ACTION (g:property-action-parameter-type action) => #<GLIB:VARIANT-TYPE {10023AE493}> (g:variant-type-dup-string *) => "d" | See also |
2024-12-29