Constructor

GandivaUInt8LiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaUInt8LiteralNode*
ggandiva_uint8_literal_node_new (
  guint8 value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: guint8

The value of the 8-bit unsigned integer literal.

Return value

Type: GGandivaUInt8LiteralNode

A newly created GGandivaUInt8LiteralNode.

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