gtk.expression_watch

Module for [ExpressionWatch] class

Types 1

An opaque structure representing a watched gtk.expression.Expression.

The contents of gtk.expression_watch.ExpressionWatch should only be accessed through the provided API.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
ExpressionWatch self() nothrowReturns `this`, for use in `with` statements.
bool evaluate(gobject.value.Value value) nothrowEvaluates the watched expression and on success stores the result in `value`.
void unwatch() nothrowStops watching an expression.
Constructors
this(void * ptr, Flag!"Take" take)