Constructor
GandivaConditionnew
since: 4.0.0
Declaration [src]
GGandivaCondition*
ggandiva_condition_new (
  GGandivaNode* root_node
)
Parameters
- root_node
- 
            Type: GGandivaNodeThe root node for the condition. The data is owned by the caller of the function. 
Return value
Type: GGandivaCondition
A newly created GGandivaCondition.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |