Package: gtk

Function gtk:expression-watch-evaluate-value

Lambda List

gtk:expression-watch-evaluate-value (watch)

Arguments

watch -- a gtk:expression-watch instance

Return Value

The value with the result.

Details

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

This function is a variant of the gtk:expression-watch-evaluate function that avoids the usage of a g:value instance to get the value of the expression.
 

See also

24-12-2