Package: gio

Function g-property-action-new

Lambda List

g-property-action-new (name object property-name)

Arguments

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

Return Value

a new g-property-action object

Details

Creates an action corresponding to the value of property property-name on the object.

The property must be existent and readable and writable and not construct-only.
 

See also

2020-4-28