diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 23:57:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:52 +0800 |
commit | 68b0b1022158a2442fffdd67820c1576adfdb9b0 (patch) | |
tree | eb21c7da9161518e477263adf8d367d8e4610226 /doc | |
parent | ebcb25def12302eca4c79e995533bb7a19be4a01 (diff) | |
download | gsoc2013-evolution-68b0b1022158a2442fffdd67820c1576adfdb9b0.tar gsoc2013-evolution-68b0b1022158a2442fffdd67820c1576adfdb9b0.tar.gz gsoc2013-evolution-68b0b1022158a2442fffdd67820c1576adfdb9b0.tar.bz2 gsoc2013-evolution-68b0b1022158a2442fffdd67820c1576adfdb9b0.tar.lz gsoc2013-evolution-68b0b1022158a2442fffdd67820c1576adfdb9b0.tar.xz gsoc2013-evolution-68b0b1022158a2442fffdd67820c1576adfdb9b0.tar.zst gsoc2013-evolution-68b0b1022158a2442fffdd67820c1576adfdb9b0.zip |
Remove e_tree_load_expanded_state_xml().
Reducing API bloat. Do this instead:
adapter = e_tree_get_table_adapter (tree);
e_tree_table_adapter_load_expanded_state_xml (adapter, xml);
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 310f471fa3..4292d40e9d 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4207,7 +4207,6 @@ e_tree_drag_source_set e_tree_drag_source_unset e_tree_drag_begin e_tree_is_dragging -e_tree_load_expanded_state_xml e_tree_row_count e_tree_get_tooltip e_tree_force_expanded_state |