PropertyAction.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string name, gobject.object.ObjectWrap object, string propertyName)

Creates a #GAction corresponding to the value of property property_name on object.

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

This function takes a reference on object and doesn't release it until the action is destroyed.

Parameters

namethe name of the action to create
objectthe object that has the property to wrap
propertyNamethe name of the property

Returns

a new #GPropertyAction