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)
GType _gType() @property
ExpressionWatch self()Returns `this`, for use in `with` statements.
bool evaluate(gobject.value.Value value)Evaluates the watched expression and on success stores the result in `value`.
void unwatch()Stops watching an expression.
Constructors
this(void * ptr, Flag!"Take" take)