Package: gio

Accessor gio:property-action-parameter-type

Lambda List

gio:property-action-parameter-type (object)

Syntax

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

Arguments

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

Details

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