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 GType
 

The type of the object.

...
 

Arguments to create the object from.

Return value

Returns: GtkConstantExpression
 

A new GtkExpression

 The caller of the function takes ownership of the data, and is responsible for freeing it.