Package: gio
Accessor g-property-action-parameter-type
Lambda Listg-property-action-parameter-type (object) SyntaxArgumentsDetails
The type of the parameter that must be given when activating the action. Example(defvar button (make-instance 'gtk-button)) => BUTTON (defvar action (g-property-action-new "action" button "xalign")) => ACTION (g-property-action-parameter-type action) => #<G-VARIANT-TYPE {10023AE493}> | See also |
2020-4-28