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
- 
            Type: GValueA GValueinitialized with typeGTK_TYPE_EXPRESSION.The data is owned by the caller of the function. 
- expression
- 
            Type: GtkExpressionA GtkExpression.The argument can be NULL.The called function takes ownership of the data, and is responsible for freeing it.