Constructor

GandivaUInt32LiteralNodenew

Declaration [src]

GGandivaUInt32LiteralNode*
ggandiva_uint32_literal_node_new (
  guint32 value
)

Description

No description available.
Available since:0.12.0

Parameters

value guint32
 

The value of the 32-bit unsigned integer literal.

Return value

Returns: GGandivaUInt32LiteralNode
 

A newly created GGandivaUInt32LiteralNode.

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