Constructor

GandivaFloatLiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaFloatLiteralNode*
ggandiva_float_literal_node_new (
  gfloat value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: gfloat

The value of the 32-bit floating point literal.

Return value

Type: GGandivaFloatLiteralNode

A newly created GGandivaFloatLiteralNode.

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