Constructor

GandivaFloatLiteralNodenew

Declaration [src]

GGandivaFloatLiteralNode*
ggandiva_float_literal_node_new (
  gfloat value
)

Description

No description available.
Available since:0.12.0

Parameters

value gfloat
 

The value of the 32-bit floating point literal.

Return value

Returns: GGandivaFloatLiteralNode
 

A newly created GGandivaFloatLiteralNode.

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