Constructor
GandivaOrNodenew
since: 0.17.0
Declaration [src]
GGandivaOrNode*
ggandiva_or_node_new (
GList* children
)
Parameters
children
-
Type: A list of
None
The children of the OR node.
The data is owned by the caller of the function.
Return value
Type: GGandivaOrNode
A newly created GGandivaOrNode
for the OR expression.
The caller of the function takes ownership of the data, and is responsible for freeing it. |