diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-05 10:12:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-06 04:40:49 +0800 |
commit | 70bce028f771c5366fc2d4c6e3bc49fcd3da1a10 (patch) | |
tree | 81292dd1282f37555e474155f0411cdb071519e3 /doc | |
parent | 031d11b437f62673c4ef89e741cd7a9935792db0 (diff) | |
download | gsoc2013-evolution-70bce028f771c5366fc2d4c6e3bc49fcd3da1a10.tar.gz gsoc2013-evolution-70bce028f771c5366fc2d4c6e3bc49fcd3da1a10.tar.zst gsoc2013-evolution-70bce028f771c5366fc2d4c6e3bc49fcd3da1a10.zip |
Remove GalDefineViewsModel.
No longer used.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 20 | ||||
-rw-r--r-- | doc/reference/evolution-util/evolution-util.types | 1 |
3 files changed, 0 insertions, 22 deletions
diff --git a/doc/reference/evolution-util/evolution-util-docs.sgml b/doc/reference/evolution-util/evolution-util-docs.sgml index 7a15978344..8eb670c9f5 100644 --- a/doc/reference/evolution-util/evolution-util-docs.sgml +++ b/doc/reference/evolution-util/evolution-util-docs.sgml @@ -200,7 +200,6 @@ <xi:include href="xml/gal-view-etable.xml"/> <xi:include href="xml/gal-view-factory-etable.xml"/> <xi:include href="xml/gal-view-new-dialog.xml"/> - <xi:include href="xml/gal-define-views-model.xml"/> <xi:include href="xml/gal-view-instance-save-as-dialog.xml"/> </chapter> diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 9e0f10e346..3a7f058573 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4562,26 +4562,6 @@ e_xml_get_translated_string_prop_by_name </SECTION> <SECTION> -<FILE>gal-define-views-model</FILE> -<TITLE>GalDefineViewsModel</TITLE> -GalDefineViewsModel -gal_define_views_model_new -gal_define_views_model_append -gal_define_views_model_get_view -gal_define_views_model_delete_view -gal_define_views_model_copy_view -<SUBSECTION Standard> -GAL_DEFINE_VIEWS_MODEL -GAL_IS_DEFINE_VIEWS_MODEL -GAL_TYPE_DEFINE_VIEWS_MODEL -GAL_DEFINE_VIEWS_MODEL_CLASS -GAL_IS_DEFINE_VIEWS_MODEL_CLASS -GAL_DEFINE_VIEWS_MODEL_GET_CLASS -GalDefineViewsModelClass -gal_define_views_model_get_type -</SECTION> - -<SECTION> <FILE>gal-view</FILE> <TITLE>GalView</TITLE> GalView diff --git a/doc/reference/evolution-util/evolution-util.types b/doc/reference/evolution-util/evolution-util.types index 84d0a0ece1..c7bcb47796 100644 --- a/doc/reference/evolution-util/evolution-util.types +++ b/doc/reference/evolution-util/evolution-util.types @@ -161,7 +161,6 @@ e_url_entry_get_type e_web_view_get_type e_web_view_gtkhtml_get_type e_web_view_preview_get_type -gal_define_views_model_get_type gal_view_collection_get_type gal_view_etable_get_type gal_view_factory_etable_get_type |