ExpressionWatch.evaluate

Evaluates the watched expression and on success stores the result in value.

This is equivalent to calling gtk.expression.Expression.evaluate with the expression and this pointer originally used to create watch.

class ExpressionWatch
bool
evaluate

Parameters

value gobject.value.Value

an empty gobject.value.Value to be set

Return Value

Type: bool

TRUE if the expression could be evaluated and value was set