diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-19 22:48:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 02:15:25 +0800 |
commit | a100a1588a2a880da482f4bbc15aa02d7abab312 (patch) | |
tree | 0704558ac3be2608da7f5facdd80ccd5a4688fa7 /doc | |
parent | 3ecab2f66278d486698e06d316a53f2f51670c49 (diff) | |
download | gsoc2013-evolution-a100a1588a2a880da482f4bbc15aa02d7abab312.tar.gz gsoc2013-evolution-a100a1588a2a880da482f4bbc15aa02d7abab312.tar.zst gsoc2013-evolution-a100a1588a2a880da482f4bbc15aa02d7abab312.zip |
Add e_tree_model_node_get_n_nodes().
Returns the total number of nodes in the tree model, including hidden
nodes in collapsed tree branches.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index c41d18c752..9df7b9b3e9 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4265,6 +4265,7 @@ e_tree_model_node_get_first_child e_tree_model_node_get_next e_tree_model_node_is_root e_tree_model_node_is_expandable +e_tree_model_node_get_n_nodes e_tree_model_node_get_n_children e_tree_model_node_depth e_tree_model_get_expanded_default |