diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-26 23:59:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-02 22:34:08 +0800 |
commit | 05c04b5512f8e6cc73b7c9ddb78640212cbdd71d (patch) | |
tree | f826ff6ac1043cecd9920c0b880631ea00131517 /doc | |
parent | 9deb892820f4b9d121b971d6af86116f3e18b6e2 (diff) | |
download | gsoc2013-evolution-05c04b5512f8e6cc73b7c9ddb78640212cbdd71d.tar.gz gsoc2013-evolution-05c04b5512f8e6cc73b7c9ddb78640212cbdd71d.tar.zst gsoc2013-evolution-05c04b5512f8e6cc73b7c9ddb78640212cbdd71d.zip |
ETableState: Add a "specification" construct-only property.
ETableState now keeps a weak reference on the ETableSpecification to
which it's associated. The plan is to replace the column index numbers
with a direct reference to an ETableColumnSpecification from the spec.
New functions:
e_table_state_ref_specification()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 25fada5207..d5193113b4 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -3933,6 +3933,7 @@ e_table_specification_get_type ETableState e_table_state_new e_table_state_vanilla +e_table_state_ref_specification e_table_state_load_from_file e_table_state_load_from_string e_table_state_load_from_node |