diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-26 06:33:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-26 22:28:18 +0800 |
commit | c30e55b2d5c2491076b1aace4f73ea0c642fba72 (patch) | |
tree | cc0fcf8fc86012d6996b8630b26421ec16f3e9dd /doc | |
parent | 1dff09f9e261caa623ee5475d05268955745f790 (diff) | |
download | gsoc2013-evolution-c30e55b2d5c2491076b1aace4f73ea0c642fba72.tar gsoc2013-evolution-c30e55b2d5c2491076b1aace4f73ea0c642fba72.tar.gz gsoc2013-evolution-c30e55b2d5c2491076b1aace4f73ea0c642fba72.tar.bz2 gsoc2013-evolution-c30e55b2d5c2491076b1aace4f73ea0c642fba72.tar.lz gsoc2013-evolution-c30e55b2d5c2491076b1aace4f73ea0c642fba72.tar.xz gsoc2013-evolution-c30e55b2d5c2491076b1aace4f73ea0c642fba72.tar.zst gsoc2013-evolution-c30e55b2d5c2491076b1aace4f73ea0c642fba72.zip |
Convert the shell importer to a widget class.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 15 | ||||
-rw-r--r-- | doc/reference/shell/eshell.types | 1 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-importer.sgml | 27 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 7 |
4 files changed, 22 insertions, 28 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index afce147581..d4bacb539d 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -288,7 +288,20 @@ E_SHELL_WINDOW_ACTION_GROUP <SECTION> <FILE>e-shell-importer</FILE> -e_shell_importer_start_import +<TITLE>EShellImporter</TITLE> +EShellImporter +e_shell_importer_new +<SUBSECTION Standard> +E_SHELL_IMPORTER +E_IS_SHELL_IMPORTER +E_TYPE_SHELL_IMPORTER +E_SHELL_IMPORTER_CLASS +E_IS_SHELL_IMPORTER_CLASS +E_SHELL_IMPORTER_GET_CLASS +EShellImporterClass +e_shell_importer_get_type +<SUBSECTION Private> +EShellImporterPrivate </SECTION> <SECTION> diff --git a/doc/reference/shell/eshell.types b/doc/reference/shell/eshell.types index e03302f8d5..88a4dfa1d8 100644 --- a/doc/reference/shell/eshell.types +++ b/doc/reference/shell/eshell.types @@ -6,6 +6,7 @@ e_signature_list_get_type e_shell_get_type e_shell_backend_get_type e_shell_content_get_type +e_shell_importer_get_type e_shell_sidebar_get_type e_shell_switcher_get_type e_shell_taskbar_get_type diff --git a/doc/reference/shell/tmpl/e-shell-importer.sgml b/doc/reference/shell/tmpl/e-shell-importer.sgml index 0b3aa44506..e69de29bb2 100644 --- a/doc/reference/shell/tmpl/e-shell-importer.sgml +++ b/doc/reference/shell/tmpl/e-shell-importer.sgml @@ -1,27 +0,0 @@ -<!-- ##### SECTION Title ##### --> -e-shell-importer - -<!-- ##### SECTION Short_Description ##### --> - - -<!-- ##### SECTION Long_Description ##### --> -<para> - -</para> - -<!-- ##### SECTION See_Also ##### --> -<para> - -</para> - -<!-- ##### SECTION Stability_Level ##### --> - - -<!-- ##### FUNCTION e_shell_importer_start_import ##### --> -<para> - -</para> - -@shell_window: - - diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index 23bee36db2..4505a66d99 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -1997,6 +1997,13 @@ intelligent @uri: @Returns: +<!-- ##### FUNCTION e_shell_importer_start_import ##### --> +<para> + +</para> + +@shell_window: + <!-- ##### FUNCTION e_shell_is_busy ##### --> <para> |