Function
Gtkvalue_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  | |
| The data is owned by the caller of the function. | |
| expression | GtkExpression | 
| A  | |
| The argument can be NULL. | |
| The called function takes ownership of the data, and is responsible for freeing it. |