Package: gio

Function gio:property-action-new

Lambda List

gio:property-action-new (name object property)

Arguments

name -- a string with the name of the action to create
object -- a g:object instance that has the property to wrap
property -- a string with the name of the property

Return Value

The new g:property-action object.

Details

Creates an action corresponding to the value of property on the object. The property must be existent and readable and writable and not construct-only.
 

See also

2024-12-29