Constructor

GandivaUInt16LiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaUInt16LiteralNode*
ggandiva_uint16_literal_node_new (
  guint16 value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: guint16

The value of the 16-bit unsigned integer literal.

Return value

Type: GGandivaUInt16LiteralNode

A newly created GGandivaUInt16LiteralNode.

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