diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-29 00:05:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-02 22:34:09 +0800 |
commit | d40e5a8ba1e7d362415be17d0ccde4477243839d (patch) | |
tree | 394a4672fd317d909a2ff2505a84a24a7a0e94ee /doc | |
parent | 46b7a9961fc0606941dc0e2a2edf4a1383e3fa25 (diff) | |
download | gsoc2013-evolution-d40e5a8ba1e7d362415be17d0ccde4477243839d.tar.gz gsoc2013-evolution-d40e5a8ba1e7d362415be17d0ccde4477243839d.tar.zst gsoc2013-evolution-d40e5a8ba1e7d362415be17d0ccde4477243839d.zip |
Add e_table_specification_get_column_index().
Lookups up the column index of an ETableColumnSpecification, returns a
negative value if no match found.
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 039667a3b0..6555f5b1dd 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -3915,6 +3915,7 @@ e_table_sorting_utils_lookup_cmp_cache ETableSpecification e_table_specification_new e_table_specification_ref_columns +e_table_specification_get_column_index e_table_specification_load_from_file e_table_specification_load_from_string e_table_specification_load_from_node |