Constructor

GandivaInt16LiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaInt16LiteralNode*
ggandiva_int16_literal_node_new (
  gint16 value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: gint16

The value of the 16-bit integer literal.

Return value

Type: GGandivaInt16LiteralNode

A newly created GGandivaInt16LiteralNode.

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