Constructor

GomUnaryExpressionnew_not

Declaration

GomExpression*
gom_unary_expression_new_not (
  GomExpression* operand
)

Description

Creates a logical NOT expression.

Parameters

operand

Type: GomExpression

A GomExpression.

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

Return value

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