Constructor

GandivaConditionnew

Declaration [src]

GGandivaCondition*
ggandiva_condition_new (
  GGandivaNode* root_node
)

Description

No description available.
Available since:4.0.0

Parameters

root_node GGandivaNode
 

The root node for the condition.

 The data is owned by the caller of the function.

Return value

Returns: GGandivaCondition
 

A newly created GGandivaCondition.

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