API Version: 41.0
Library Version: 41.0
gboolean ide_tree_node_is_empty ( IdeTreeNode* self )
This function checks if self is a synthesized “empty” node.
self
Empty nodes are added to IdeTreeNode that may have children in the future, but are currently empty. It allows the tree to display the “(Empty)” contents and show a proper expander arrow.
IdeTreeNode
gboolean
TRUE if self is a synthesized empty node.
TRUE