From 05c04b5512f8e6cc73b7c9ddb78640212cbdd71d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 26 Jun 2013 11:59:40 -0400 Subject: 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() --- doc/reference/evolution-util/evolution-util-sections.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 -- cgit