Constructor

GandivaUInt32LiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaUInt32LiteralNode*
ggandiva_uint32_literal_node_new (
  guint32 value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: guint32

The value of the 32-bit unsigned integer literal.

Return value

Type: GGandivaUInt32LiteralNode

A newly created GGandivaUInt32LiteralNode.

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