void axl_node_set_have_childs ( axlNode node,
bool  childs 
)

Allows to configure that the given node have child nodes.

DEPRECATED: The function doesn't perform any operation. See axl_node_have_childs.

Parameters:
node The node to configure.
childs The child configuration, true to notify that the node have childs, otherwise, false is returned.