Evaluates the watched expression and on success stores the result
in value.
This is equivalent to calling Gtk.Expression.evaluate with the
expression and this pointer originally used to create watch.
an empty GObject.Value to be set
TRUE if the expression could be evaluated and value was set
Acquires a reference on the given Gtk.ExpressionWatch.
the Gtk.ExpressionWatch with an additional reference
Releases a reference on the given Gtk.ExpressionWatch.
If the reference was the last, the resources associated to self are
freed.
Stops watching an expression.
See Gtk.Expression.watch for how the watch was established.
An opaque structure representing a watched Gtk.Expression.
The contents of Gtk.ExpressionWatch should only be accessed through the provided API.