Constructor

GandivaInt32LiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaInt32LiteralNode*
ggandiva_int32_literal_node_new (
  gint32 value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: gint32

The value of the 32-bit integer literal.

Return value

Type: GGandivaInt32LiteralNode

A newly created GGandivaInt32LiteralNode.

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