Function
Gtk.value_take_expression
Declaration [src]
void
gtk_value_take_expression (
  GValue* value,
  GtkExpression* expression
)
Description [src]
Stores the given GtkExpression inside value.
This function transfers the ownership of the expression to the GValue.
Parameters
| value | GValue* | 
| a  | |
| Ownership is not transferred to the callee | |
| expression | GtkExpression | 
| a  | |
| Can be NULL | |
| Ownership of the data is transferred to the callee |