Constructor

GomFieldExpressionnew

Declaration

GomExpression*
gom_field_expression_new (
  const char* field
)

Description

Creates a field expression referencing field.

Parameters

field

Type: const char*

The field or member name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

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