Package: gtk

Function gtk:expression-watch-evaluate

Lambda List

gtk:expression-watch-evaluate (watch value)

Arguments

watch -- a gtk:expression-watch instance
value -- an initialized g:value instance

Details

Evaluates the watched expression and on success returns the result in value. This is equivalent to calling the gtk:expression-evaluate function with the expression and the object originally used to create watch.

See the gtk:expression-watch-evaluate-value function which returns the value and does not need a g:value instance.
 

See also

2025-3-14