Package: gio
Function g-property-action-new
Lambda Listg-property-action-new (name object property-name) Argumentsname -- 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 Valuea 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