diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 00:10:02 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:52 +0800 |
commit | 662c1a21bf74ebb4724612eea840a3dd810860b4 (patch) | |
tree | c92a38ec3c7276da692e960a5a6fb367fc498476 /doc | |
parent | 68b0b1022158a2442fffdd67820c1576adfdb9b0 (diff) | |
download | gsoc2013-evolution-662c1a21bf74ebb4724612eea840a3dd810860b4.tar.gz gsoc2013-evolution-662c1a21bf74ebb4724612eea840a3dd810860b4.tar.zst gsoc2013-evolution-662c1a21bf74ebb4724612eea840a3dd810860b4.zip |
Remove e_tree_force_expanded_state().
Reducing API bloat. Do this instead:
adapter = e_tree_get_table_adapter (tree);
e_tree_table_adapter_force_expanded_state (adapter, state);
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 4292d40e9d..10b10da618 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4209,7 +4209,6 @@ e_tree_drag_begin e_tree_is_dragging e_tree_row_count e_tree_get_tooltip -e_tree_force_expanded_state ETreeFindNextParams e_tree_find_next e_tree_get_item |