diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-06 04:27:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-06 04:40:51 +0800 |
commit | 427d93b3dfab0e7fcf3ac820dbce2d2f182a9b19 (patch) | |
tree | 6dbd79a9d0bbcbc678bef0dfac82418bbc17a23d /doc | |
parent | 46d115cfeea26e027e4b40b31ca277015ecb7eff (diff) | |
download | gsoc2013-evolution-427d93b3dfab0e7fcf3ac820dbce2d2f182a9b19.tar.gz gsoc2013-evolution-427d93b3dfab0e7fcf3ac820dbce2d2f182a9b19.tar.zst gsoc2013-evolution-427d93b3dfab0e7fcf3ac820dbce2d2f182a9b19.zip |
Remove GalViewFactory.
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 | 17 | ||||
-rw-r--r-- | doc/reference/evolution-util/evolution-util.types | 1 |
3 files changed, 0 insertions, 19 deletions
diff --git a/doc/reference/evolution-util/evolution-util-docs.sgml b/doc/reference/evolution-util/evolution-util-docs.sgml index d0b8edbbdf..de12adbb21 100644 --- a/doc/reference/evolution-util/evolution-util-docs.sgml +++ b/doc/reference/evolution-util/evolution-util-docs.sgml @@ -194,7 +194,6 @@ <chapter> <title>View Management</title> <xi:include href="xml/gal-view.xml"/> - <xi:include href="xml/gal-view-factory.xml"/> <xi:include href="xml/gal-view-instance.xml"/> <xi:include href="xml/gal-view-collection.xml"/> <xi:include href="xml/gal-view-etable.xml"/> diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index cca4a50f54..7ea056988f 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4637,23 +4637,6 @@ GalViewEtablePrivate </SECTION> <SECTION> -<FILE>gal-view-factory</FILE> -<TITLE>GalViewFactory</TITLE> -GalViewFactory -gal_view_factory_get_type_code -gal_view_factory_new_view -<SUBSECTION Standard> -GAL_VIEW_FACTORY -GAL_IS_VIEW_FACTORY -GAL_TYPE_VIEW_FACTORY -GAL_VIEW_FACTORY_CLASS -GAL_IS_VIEW_FACTORY_CLASS -GAL_VIEW_FACTORY_GET_CLASS -GalViewFactoryClass -gal_view_factory_get_type -</SECTION> - -<SECTION> <FILE>gal-view-instance</FILE> <TITLE>GalViewInstance</TITLE> GalViewInstance diff --git a/doc/reference/evolution-util/evolution-util.types b/doc/reference/evolution-util/evolution-util.types index 5f46786739..ac366915b4 100644 --- a/doc/reference/evolution-util/evolution-util.types +++ b/doc/reference/evolution-util/evolution-util.types @@ -163,7 +163,6 @@ e_web_view_gtkhtml_get_type e_web_view_preview_get_type gal_view_collection_get_type gal_view_etable_get_type -gal_view_factory_get_type gal_view_get_type gal_view_instance_get_type gal_view_instance_save_as_dialog_get_type |