Function
Gtk.value_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 |