Gtk.ExpressionWatch¶
record (struct)
An opaque structure representing a watched GtkExpression.
The contents of GtkExpressionWatch should only be accessed through the
provided API.
Methods¶
evaluate¶
Evaluates the watched expression and on success stores the result
in value.
This is equivalent to calling Expression.evaluate with the
expression and this pointer originally used to create watch.
Parameters:
value— an emptyGValueto be set
ref¶
Acquires a reference on the given GtkExpressionWatch.
unref¶
Releases a reference on the given GtkExpressionWatch.
If the reference was the last, the resources associated to self are
freed.
unwatch¶
Stops watching an expression.
See Expression.watch for how the watch
was established.