diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-16 01:11:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-16 01:14:41 +0800 |
commit | b58e9944529a890c5b9672cf6e5eb4f930112b63 (patch) | |
tree | 26c8eb8d719583d95eef1a6b1811f0ab74d13de8 /doc | |
parent | 275030595e58421288ba98a4abf67ba9e5a5e761 (diff) | |
download | gsoc2013-evolution-b58e9944529a890c5b9672cf6e5eb4f930112b63.tar.gz gsoc2013-evolution-b58e9944529a890c5b9672cf6e5eb4f930112b63.tar.zst gsoc2013-evolution-b58e9944529a890c5b9672cf6e5eb4f930112b63.zip |
Add e_tree_memory_get_n_children().
Replaces e_tree_memory_get_children().
The "paths" output parameter was unused, and was a bad idea anyway.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index e39ec99783..2cb2911ddc 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4345,7 +4345,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_children +e_tree_model_node_get_n_children e_tree_model_node_depth e_tree_model_icon_at e_tree_model_get_expanded_default |