Package: gio

Accessor g-property-action-parameter-type

Lambda List

g-property-action-parameter-type (object)

Syntax

(g-property-action-parameter-type object) => type

Arguments

object -- a g-property-action object
type -- the g-variant-type of the parameter

Details

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