Constructor

GandivaBooleanLiteralNodenew

Declaration [src]

GGandivaBooleanLiteralNode*
ggandiva_boolean_literal_node_new (
  gboolean value
)

Description

No description available.
Available since:0.12.0

Parameters

value gboolean
 

The value of the boolean literal.

Return value

Returns: GGandivaBooleanLiteralNode
 

A newly created GGandivaBooleanLiteralNode.

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