Function
Gtkvalue_set_expression
Declaration [src]
void
gtk_value_set_expression (
  GValue* value,
  GtkExpression* expression
)
Description [src]
Stores the given GtkExpression inside value.
The GValue will acquire a reference to the expression.
Parameters
| value | GValue | 
| A  | |
| The data is owned by the caller of the function. | |
| expression | GtkExpression | 
| A  | |
| The data is owned by the caller of the function. |