diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 22:14:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:51 +0800 |
commit | 7742fe08606c4d491355e8add61083284ec1264f (patch) | |
tree | 1d07d32d2bb72501f37d7929bf772f5e6cbceecf /e-util/e-web-view.h | |
parent | f0900fd21d0c6abd7e038aac656de7b6cfeb19d2 (diff) | |
download | gsoc2013-evolution-7742fe08606c4d491355e8add61083284ec1264f.tar gsoc2013-evolution-7742fe08606c4d491355e8add61083284ec1264f.tar.gz gsoc2013-evolution-7742fe08606c4d491355e8add61083284ec1264f.tar.bz2 gsoc2013-evolution-7742fe08606c4d491355e8add61083284ec1264f.tar.lz gsoc2013-evolution-7742fe08606c4d491355e8add61083284ec1264f.tar.xz gsoc2013-evolution-7742fe08606c4d491355e8add61083284ec1264f.tar.zst gsoc2013-evolution-7742fe08606c4d491355e8add61083284ec1264f.zip |
Remove e_tree_node_is_expanded().
Reducing API bloat. Do this instead:
adapter = e_tree_get_table_adapter (tree);
expanded = e_tree_table_adapter_node_is_expanded (adapter, path);
Diffstat (limited to 'e-util/e-web-view.h')
0 files changed, 0 insertions, 0 deletions