Constructor

GandivaInt32LiteralNodenew

Declaration [src]

GGandivaInt32LiteralNode*
ggandiva_int32_literal_node_new (
  gint32 value
)

Description

No description available.
Available since:0.12.0

Parameters

value gint32
 

The value of the 32-bit integer literal.

Return value

Returns: GGandivaInt32LiteralNode
 

A newly created GGandivaInt32LiteralNode.

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