Constructor

GandivaUInt8LiteralNodenew

Declaration [src]

GGandivaUInt8LiteralNode*
ggandiva_uint8_literal_node_new (
  guint8 value
)

Description

No description available.
Available since:0.12.0

Parameters

value guint8
 

The value of the 8-bit unsigned integer literal.

Return value

Returns: GGandivaUInt8LiteralNode
 

A newly created GGandivaUInt8LiteralNode.

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