Constructor

GandivaBooleanLiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaBooleanLiteralNode*
ggandiva_boolean_literal_node_new (
  gboolean value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: gboolean

The value of the boolean literal.

Return value

Type: GGandivaBooleanLiteralNode

A newly created GGandivaBooleanLiteralNode.

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