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