Constructor

GandivaInt8LiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaInt8LiteralNode*
ggandiva_int8_literal_node_new (
  gint8 value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: gint8

The value of the 8-bit integer literal.

Return value

Type: GGandivaInt8LiteralNode

A newly created GGandivaInt8LiteralNode.

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