value_take_expression
Description:
public void value_take_expression (
ref Value value,
owned Expression? expression)
Stores the given `GtkExpression` inside `value`.
This function transfers the ownership of the `expression` to the `GValue`.
Parameters:
value |
a `GValue` initialized with type `GTK_TYPE_EXPRESSION`
|
expression |
a `GtkExpression`
|