diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-03 06:44:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-06 04:40:49 +0800 |
commit | c6d3ced98a3faeccf4acd180435e5a36005fc4a2 (patch) | |
tree | ff5a2c9ee90f53ce56fe37049cfcc342cdd5086b /doc | |
parent | 1f84c2af9842a0e3da42abb0d1a02b3b02f6740f (diff) | |
download | gsoc2013-evolution-c6d3ced98a3faeccf4acd180435e5a36005fc4a2.tar.gz gsoc2013-evolution-c6d3ced98a3faeccf4acd180435e5a36005fc4a2.tar.zst gsoc2013-evolution-c6d3ced98a3faeccf4acd180435e5a36005fc4a2.zip |
GalViewEtable: Remove ETableSpecification member.
Instead, lazily load the state file once an ETable or ETree is attached,
since we need its ETableSpecification to create an ETableState instance.
This means GalViewFactoryEtable can lose its ETableSpecification too.
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 8964ff2760..5bfc1858fa 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4627,7 +4627,6 @@ gal_view_collection_get_type <TITLE>GalViewEtable</TITLE> GalViewEtable gal_view_etable_new -gal_view_etable_construct gal_view_etable_set_state gal_view_etable_attach_table gal_view_etable_attach_tree |