Constructor
GtkConstantExpressionnew
Declaration [src]
GtkExpression*
gtk_constant_expression_new (
GType value_type,
...
)
Description [src]
Creates a GtkExpression
that evaluates to the
object given by the arguments.
This constructor is not directly available to language bindings.
Parameters
value_type
-
Type:
GType
The type of the object.
...
-
Type:
Arguments to create the object from.
Return value
Type: GtkConstantExpression
A new GtkExpression
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |