Constructor

GomLiteralExpressionnew

Declaration

GomExpression*
gom_literal_expression_new (
  const GValue* value
)

Description

Creates a literal expression for value.

Parameters

value

Type: GValue

The literal value.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

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