ObjectExpression.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.

Creates an expression evaluating to the given object with a weak reference.

Once the object is disposed, it will fail to evaluate.

This expression is meant to break reference cycles.

If you want to keep a reference to object, use [gtk.constant_expression.ConstantExpression.new_].

Parameters

objectobject to watch

Returns

a new [gtk.expression.Expression]