From 7d2c28c02c6ecddcf492f385cacbd3d24ac215db Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 15 Sep 2008 14:55:41 +0000 Subject: Begin documenting the new shell design. svn path=/branches/kill-bonobo/; revision=36337 --- doc/reference/shell/Makefile.am | 147 ++ doc/reference/shell/eshell-docs.sgml | 37 + doc/reference/shell/eshell-overrides.txt | 0 doc/reference/shell/eshell-sections.txt | 267 +++ doc/reference/shell/eshell.types | 11 + doc/reference/shell/tmpl/Evolution-DataServer.sgml | 1139 +++++++++++ doc/reference/shell/tmpl/e-activity-handler.sgml | 156 ++ doc/reference/shell/tmpl/e-config-upgrade.sgml | 32 + doc/reference/shell/tmpl/e-shell-common.sgml | 21 + doc/reference/shell/tmpl/e-shell-constants.sgml | 140 ++ doc/reference/shell/tmpl/e-shell-content.sgml | 94 + doc/reference/shell/tmpl/e-shell-importer.sgml | 27 + doc/reference/shell/tmpl/e-shell-marshal.sgml | 41 + doc/reference/shell/tmpl/e-shell-module.sgml | 140 ++ doc/reference/shell/tmpl/e-shell-sidebar.sgml | 49 + doc/reference/shell/tmpl/e-shell-switcher.sgml | 104 ++ doc/reference/shell/tmpl/e-shell-taskbar.sgml | 39 + doc/reference/shell/tmpl/e-shell-view.sgml | 188 ++ .../shell/tmpl/e-shell-window-actions.sgml | 309 +++ .../shell/tmpl/e-shell-window-private.sgml | 25 + doc/reference/shell/tmpl/e-shell-window.sgml | 166 ++ doc/reference/shell/tmpl/e-shell.sgml | 220 +++ doc/reference/shell/tmpl/e-test-shell-view.sgml | 41 + doc/reference/shell/tmpl/es-event.sgml | 147 ++ doc/reference/shell/tmpl/eshell-unused.sgml | 1972 ++++++++++++++++++++ .../shell/tmpl/evolution-importer-client.sgml | 94 + .../shell/tmpl/evolution-importer-listener.sgml | 56 + doc/reference/shell/tmpl/evolution-importer.sgml | 117 ++ .../shell/tmpl/evolution-intelligent-importer.sgml | 67 + doc/reference/shell/tmpl/intelligent.sgml | 26 + 30 files changed, 5872 insertions(+) create mode 100644 doc/reference/shell/Makefile.am create mode 100644 doc/reference/shell/eshell-docs.sgml create mode 100644 doc/reference/shell/eshell-overrides.txt create mode 100644 doc/reference/shell/eshell-sections.txt create mode 100644 doc/reference/shell/eshell.types create mode 100644 doc/reference/shell/tmpl/Evolution-DataServer.sgml create mode 100644 doc/reference/shell/tmpl/e-activity-handler.sgml create mode 100644 doc/reference/shell/tmpl/e-config-upgrade.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-common.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-constants.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-content.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-importer.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-marshal.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-module.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-sidebar.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-switcher.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-taskbar.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-view.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-window-actions.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-window-private.sgml create mode 100644 doc/reference/shell/tmpl/e-shell-window.sgml create mode 100644 doc/reference/shell/tmpl/e-shell.sgml create mode 100644 doc/reference/shell/tmpl/e-test-shell-view.sgml create mode 100644 doc/reference/shell/tmpl/es-event.sgml create mode 100644 doc/reference/shell/tmpl/eshell-unused.sgml create mode 100644 doc/reference/shell/tmpl/evolution-importer-client.sgml create mode 100644 doc/reference/shell/tmpl/evolution-importer-listener.sgml create mode 100644 doc/reference/shell/tmpl/evolution-importer.sgml create mode 100644 doc/reference/shell/tmpl/evolution-intelligent-importer.sgml create mode 100644 doc/reference/shell/tmpl/intelligent.sgml (limited to 'doc/reference/shell') diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am new file mode 100644 index 0000000000..6a19153634 --- /dev/null +++ b/doc/reference/shell/Makefile.am @@ -0,0 +1,147 @@ +## Process this file with automake to produce Makefile.in + +# We require automake 1.6 at least. +AUTOMAKE_OPTIONS = 1.6 + +# The name of the module, e.g. 'glib'. +DOC_MODULE=eshell + +# The top-level SGML file. You can change this if you want to. +DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml + +# The directory containing the source code. Relative to $(srcdir). +# gtk-doc will search all .c & .h files beneath here for inline comments +# documenting the functions and macros. +# e.g. DOC_SOURCE_DIR=../../../gtk +DOC_SOURCE_DIR=../../../shell + +# Extra options to pass to gtkdoc-scangobj. Not normally needed. +SCANGOBJ_OPTIONS= + +# Extra options to supply to gtkdoc-scan. +# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" +SCAN_OPTIONS= + +# Extra options to supply to gtkdoc-mkdb. +# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml +MKDB_OPTIONS=--sgml-mode --output-format=xml + +# Extra options to supply to gtkdoc-mktmpl +# e.g. MKTMPL_OPTIONS=--only-section-tmpl +MKTMPL_OPTIONS= + +# Extra options to supply to gtkdoc-fixref. Not normally needed. +# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html +FIXXREF_OPTIONS= + +# Used for dependencies. The docs will be rebuilt if any of these change. +# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h +# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c +HFILE_GLOB=$(top_srcdir)/shell/*.h +CFILE_GLOB=$(top_srcdir)/shell/*.c + +# Header files to ignore when scanning. +# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h +IGNORE_HFILES=e-shell-window-private.h + +# Images to copy into HTML directory. +# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png +HTML_IMAGES= + +# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). +# e.g. content_files=running.sgml building.sgml changes-2.0.sgml +content_files= + +# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded +# These files must be listed here *and* in content_files +# e.g. expand_content_files=running.sgml +expand_content_files= + +# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. +# Only needed if you are using gtkdoc-scangobj to dynamically query widget +# signals and properties. +# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) +# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) +INCLUDES= \ + -I$(top_srcdir) \ + -I$(SHELL_CFLAGS) +GTKDOC_LIBS= \ + $(top_builddir)/shell/e-shell.o \ + $(top_builddir)/shell/e-shell-importer.o \ + $(top_builddir)/shell/e-shell-nm.o \ + $(top_builddir)/shell/e-shell-window-private.o \ + $(top_builddir)/shell/es-event.o \ + $(top_builddir)/shell/.libs/e-activity-handler.o \ + $(top_builddir)/shell/.libs/e-shell-content.o \ + $(top_builddir)/shell/.libs/e-shell-marshal.o \ + $(top_builddir)/shell/.libs/e-shell-module.o \ + $(top_builddir)/shell/.libs/e-shell-sidebar.o \ + $(top_builddir)/shell/.libs/e-shell-switcher.o \ + $(top_builddir)/shell/.libs/e-shell-taskbar.o \ + $(top_builddir)/shell/.libs/e-shell-view.o \ + $(top_builddir)/shell/.libs/e-shell-window-actions.o \ + $(top_builddir)/shell/.libs/e-shell-window.o \ + $(top_builddir)/e-util/.libs/e-dialog-utils.o \ + $(top_builddir)/e-util/.libs/e-error.o \ + $(top_builddir)/e-util/.libs/e-event.o \ + $(top_builddir)/e-util/.libs/e-icon-factory.o \ + $(top_builddir)/e-util/.libs/e-import.o \ + $(top_builddir)/e-util/.libs/e-logger.o \ + $(top_builddir)/e-util/.libs/e-mktemp.o \ + $(top_builddir)/e-util/.libs/e-plugin.o \ + $(top_builddir)/e-util/.libs/e-plugin-ui.o \ + $(top_builddir)/e-util/.libs/e-popup.o \ + $(top_builddir)/e-util/.libs/e-print.o \ + $(top_builddir)/e-util/.libs/e-util.o \ + $(top_builddir)/e-util/.libs/e-util-labels.o \ + $(top_builddir)/e-util/.libs/e-xml-utils.o \ + $(top_builddir)/e-util/.libs/gconf-bridge.o \ + $(top_builddir)/filter/.libs/filter-code.o \ + $(top_builddir)/filter/.libs/filter-colour.o \ + $(top_builddir)/filter/.libs/filter-datespec.o \ + $(top_builddir)/filter/.libs/filter-element.o \ + $(top_builddir)/filter/.libs/filter-file.o \ + $(top_builddir)/filter/.libs/filter-input.o \ + $(top_builddir)/filter/.libs/filter-int.o \ + $(top_builddir)/filter/.libs/filter-label.o \ + $(top_builddir)/filter/.libs/filter-option.o \ + $(top_builddir)/filter/.libs/filter-part.o \ + $(top_builddir)/filter/.libs/filter-rule.o \ + $(top_builddir)/filter/.libs/rule-context.o \ + $(top_builddir)/filter/.libs/rule-editor.o \ + $(top_builddir)/widgets/menus/.libs/gal-define-views-dialog.o \ + $(top_builddir)/widgets/menus/.libs/gal-view-collection.o \ + $(top_builddir)/widgets/menus/.libs/gal-view-factory.o \ + $(top_builddir)/widgets/menus/.libs/gal-view-instance.o \ + $(top_builddir)/widgets/menus/.libs/gal-view-instance-save-as-dialog.o \ + $(top_builddir)/widgets/menus/.libs/gal-view-new-dialog.o \ + $(top_builddir)/widgets/menus/.libs/gal-view.o \ + $(top_builddir)/widgets/misc/.libs/e-action-combo-box.o \ + $(top_builddir)/widgets/misc/.libs/e-icon-entry.o \ + $(top_builddir)/widgets/misc/.libs/e-gui-utils.o \ + $(top_builddir)/widgets/misc/.libs/e-menu-tool-button.o \ + $(top_builddir)/widgets/misc/.libs/e-online-button.o \ + $(top_builddir)/widgets/misc/.libs/e-popup-menu.o \ + $(top_builddir)/widgets/misc/.libs/e-preferences-window.o \ + $(top_builddir)/widgets/misc/.libs/e-spinner.o \ + $(top_builddir)/widgets/misc/.libs/e-task-widget.o \ + $(top_builddir)/widgets/misc/.libs/e-unicode.o \ + -ledataserver-1.2 \ + -ledataserverui-1.2 \ + $(SHELL_LIBS) + +# This includes the standard gtk-doc make rules, copied by gtkdocize. +include $(top_srcdir)/gtk-doc.make + +# Other files to distribute +# e.g. EXTRA_DIST += version.xml.in +EXTRA_DIST += + +# Files not to distribute +# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types +# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt +#DISTCLEANFILES += + +# Comment this out if you want your docs-status tested during 'make check' +#TESTS = $(GTKDOC_CHECK) + diff --git a/doc/reference/shell/eshell-docs.sgml b/doc/reference/shell/eshell-docs.sgml new file mode 100644 index 0000000000..452a53cabf --- /dev/null +++ b/doc/reference/shell/eshell-docs.sgml @@ -0,0 +1,37 @@ + + + + + Evolution Shell Reference Manual + + for eshell [VERSION] + The latest version of this documentation can be found on-line at + http://[SERVER]/eshell/. + + + + + Shell + + + + + + + + + + + + + + Actions by Group + + + + + Index + + + diff --git a/doc/reference/shell/eshell-overrides.txt b/doc/reference/shell/eshell-overrides.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt new file mode 100644 index 0000000000..ac6863d5c8 --- /dev/null +++ b/doc/reference/shell/eshell-sections.txt @@ -0,0 +1,267 @@ +
+e-shell-view +EShellView +EShellView +e_shell_view_get_name +e_shell_view_get_action +e_shell_view_get_title +e_shell_view_set_title +e_shell_view_get_view_instance +e_shell_view_set_view_instance +e_shell_view_is_selected +e_shell_view_get_page_num +e_shell_view_get_shell_content +e_shell_view_get_shell_sidebar +e_shell_view_get_shell_taskbar +e_shell_view_get_shell_window +e_shell_view_changed + +E_SHELL_VIEW +E_IS_SHELL_VIEW +E_TYPE_SHELL_VIEW +e_shell_view_get_type +E_SHELL_VIEW_CLASS +E_IS_SHELL_VIEW_CLASS +E_SHELL_VIEW_GET_CLASS + +EShellViewPrivate +
+ +
+e-shell-switcher +EShellSwitcher +EShellSwitcher +e_shell_switcher_new +e_shell_switcher_add_action +e_shell_switcher_get_style +e_shell_switcher_set_style +e_shell_switcher_unset_style +e_shell_switcher_get_visible +e_shell_switcher_set_visible + +E_SHELL_SWITCHER +E_IS_SHELL_SWITCHER +E_TYPE_SHELL_SWITCHER +e_shell_switcher_get_type +E_SHELL_SWITCHER_CLASS +E_IS_SHELL_SWITCHER_CLASS +E_SHELL_SWITCHER_GET_CLASS + +EShellSwitcherPrivate +E_SHELL_SWITCHER_DEFAULT_TOOLBAR_STYLE +
+ +
+e-shell-sidebar +EShellSidebar +EShellSidebar +e_shell_sidebar_new + +E_SHELL_SIDEBAR +E_IS_SHELL_SIDEBAR +E_TYPE_SHELL_SIDEBAR +e_shell_sidebar_get_type +E_SHELL_SIDEBAR_CLASS +E_IS_SHELL_SIDEBAR_CLASS +E_SHELL_SIDEBAR_GET_CLASS + +EShellSidebarPrivate +
+ +
+e-activity-handler +EActivityHandler +EAH_ICON_INFO +EAH_ICON_ERROR +EActivityHandler +e_activity_handler_new +e_activity_handler_attach_task_bar +e_activity_handler_set_message +e_activity_handler_unset_message +e_activity_handler_operation_started +e_activity_handler_cancelable_operation_started +e_activity_handler_operation_progressing +e_activity_handler_operation_finished +e_activity_handler_set_logger +e_activity_handler_make_error +e_activity_handler_operation_set_error +e_activity_handler_set_error_flush_time + +E_ACTIVITY_HANDLER +E_IS_ACTIVITY_HANDLER +E_TYPE_ACTIVITY_HANDLER +e_activity_handler_get_type +E_ACTIVITY_HANDLER_CLASS +E_IS_ACTIVITY_HANDLER_CLASS + +EActivityHandlerPrivate +
+ +
+e-shell-taskbar +EShellTaskbar +EShellTaskbar +e_shell_taskbar_new + +E_SHELL_TASKBAR +E_IS_SHELL_TASKBAR +E_TYPE_SHELL_TASKBAR +e_shell_taskbar_get_type +E_SHELL_TASKBAR_CLASS +E_IS_SHELL_TASKBAR_CLASS +E_SHELL_TASKBAR_GET_CLASS + +EShellTaskbarPrivate +
+ +
+e-shell-module +EShellModule +EShellModule +EShellModuleInfo +e_shell_module_new +e_shell_module_compare +e_shell_module_get_config_dir +e_shell_module_get_data_dir +e_shell_module_get_filename +e_shell_module_get_searches +e_shell_module_get_shell +e_shell_module_is_busy +e_shell_module_shutdown +e_shell_module_set_info + +E_SHELL_MODULE +E_IS_SHELL_MODULE +E_TYPE_SHELL_MODULE +e_shell_module_get_type +E_SHELL_MODULE_CLASS +E_IS_SHELL_MODULE_CLASS +E_SHELL_MODULE_GET_CLASS + +EShellModulePrivate +
+ +
+e-shell-content +EShellContent +EShellContent +e_shell_content_new + +E_SHELL_CONTENT +E_IS_SHELL_CONTENT +E_TYPE_SHELL_CONTENT +e_shell_content_get_type +E_SHELL_CONTENT_CLASS +E_IS_SHELL_CONTENT_CLASS +E_SHELL_CONTENT_GET_CLASS + +EShellContentPrivate +
+ +
+e-shell +EShell +EShell +EShellLineStatus +e_shell_new +e_shell_list_modules +e_shell_get_canonical_name +e_shell_get_module_by_name +e_shell_get_module_by_scheme +e_shell_create_window +e_shell_handle_uri +e_shell_send_receive +e_shell_get_online_mode +e_shell_set_online_mode +e_shell_get_line_status +e_shell_set_line_status +e_shell_get_preferences_window +e_shell_is_busy +e_shell_do_quit +e_shell_quit + +E_SHELL +E_IS_SHELL +E_TYPE_SHELL +e_shell_get_type +E_SHELL_CLASS +E_IS_SHELL_CLASS +E_SHELL_GET_CLASS + +EShellPrivate +
+ +
+e-shell-window +EShellWindow +EShellWindow +e_shell_window_new +e_shell_window_get_view +e_shell_window_get_shell +e_shell_window_get_ui_manager +e_shell_window_get_action +e_shell_window_get_action_group +e_shell_window_get_managed_widget +e_shell_window_get_current_view +e_shell_window_set_current_view +e_shell_window_get_safe_mode +e_shell_window_set_safe_mode +e_shell_window_register_new_item_actions +e_shell_window_register_new_source_actions + +E_SHELL_WINDOW +E_IS_SHELL_WINDOW +E_TYPE_SHELL_WINDOW +e_shell_window_get_type +E_SHELL_WINDOW_CLASS +E_IS_SHELL_WINDOW_CLASS +E_SHELL_WINDOW_GET_CLASS + +EShellWindowPrivate +
+ +
+e-shell-importer +e_shell_importer_start_import +
+ +
+e-shell-window-actions +Global Actions +E_SHELL_WINDOW_ACTION +E_SHELL_WINDOW_ACTION_GROUP +E_SHELL_WINDOW_ACTION_ABOUT +E_SHELL_WINDOW_ACTION_CLOSE +E_SHELL_WINDOW_ACTION_FAQ +E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS +E_SHELL_WINDOW_ACTION_GAL_CUSTOM_VIEW +E_SHELL_WINDOW_ACTION_GAL_DEFINE_VIEWS +E_SHELL_WINDOW_ACTION_GAL_SAVE_CUSTOM_VIEW +E_SHELL_WINDOW_ACTION_GAL_VIEW_MENU +E_SHELL_WINDOW_ACTION_IMPORT +E_SHELL_WINDOW_ACTION_NEW_WINDOW +E_SHELL_WINDOW_ACTION_PAGE_SETUP +E_SHELL_WINDOW_ACTION_PREFERENCES +E_SHELL_WINDOW_ACTION_QUICK_REFERENCE +E_SHELL_WINDOW_ACTION_QUIT +E_SHELL_WINDOW_ACTION_SEARCH_ADVANCED +E_SHELL_WINDOW_ACTION_SEARCH_CLEAR +E_SHELL_WINDOW_ACTION_SEARCH_EDIT +E_SHELL_WINDOW_ACTION_SEARCH_EXECUTE +E_SHELL_WINDOW_ACTION_SEARCH_SAVE +E_SHELL_WINDOW_ACTION_SEND_RECEIVE +E_SHELL_WINDOW_ACTION_SHOW_SIDEBAR +E_SHELL_WINDOW_ACTION_SHOW_STATUSBAR +E_SHELL_WINDOW_ACTION_SHOW_SWITCHER +E_SHELL_WINDOW_ACTION_SHOW_TOOLBAR +E_SHELL_WINDOW_ACTION_SUBMIT_BUG +E_SHELL_WINDOW_ACTION_SWITCHER_STYLE_ICONS +E_SHELL_WINDOW_ACTION_SYNC_OPTIONS +E_SHELL_WINDOW_ACTION_WORK_OFFLINE +E_SHELL_WINDOW_ACTION_WORK_ONLINE +E_SHELL_WINDOW_ACTION_GROUP_GAL_VIEW +E_SHELL_WINDOW_ACTION_GROUP_NEW_ITEM +E_SHELL_WINDOW_ACTION_GROUP_NEW_SOURCE +E_SHELL_WINDOW_ACTION_GROUP_SHELL +E_SHELL_WINDOW_ACTION_GROUP_SHELL_VIEW +
diff --git a/doc/reference/shell/eshell.types b/doc/reference/shell/eshell.types new file mode 100644 index 0000000000..9d773be677 --- /dev/null +++ b/doc/reference/shell/eshell.types @@ -0,0 +1,11 @@ +e_shell_view_get_type +e_shell_switcher_get_type +es_event_get_type +es_event_hook_get_type +e_shell_sidebar_get_type +e_activity_handler_get_type +e_shell_taskbar_get_type +e_shell_module_get_type +e_shell_content_get_type +e_shell_get_type +e_shell_window_get_type diff --git a/doc/reference/shell/tmpl/Evolution-DataServer.sgml b/doc/reference/shell/tmpl/Evolution-DataServer.sgml new file mode 100644 index 0000000000..181b45f301 --- /dev/null +++ b/doc/reference/shell/tmpl/Evolution-DataServer.sgml @@ -0,0 +1,1139 @@ + +Evolution-DataServer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@GNOME_Evolution_DataServer_Logging_Error: +@GNOME_Evolution_DataServer_Logging_Critical: +@GNOME_Evolution_DataServer_Logging_Warning: +@GNOME_Evolution_DataServer_Logging_Message: +@GNOME_Evolution_DataServer_Logging_Info: +@GNOME_Evolution_DataServer_Logging_Debug: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@m: +@d: + + + + + + + +@_private: + + + + + + +@_base_epv: +@GNOME_Evolution_DataServer_Config_epv: + + + + + + +@_private: +@vepv: + + + + + + +@servant: +@ev: + + + + + + + +@servant: +@ev: + + + + + + + +@_private: +@_get_interfaceVersion: + + + + + + +@_base_epv: +@Bonobo_Unknown_epv: +@GNOME_Evolution_DataServer_InterfaceCheck_epv: + + + + + + +@_private: +@vepv: + + + + + + +@servant: +@ev: + + + + + + + +@servant: +@ev: + + + + + + + +@_private: + + + + + + +@_base_epv: +@Bonobo_Unknown_epv: +@Bonobo_EventSource_epv: +@GNOME_Evolution_DataServer_Logging_epv: + + + + + + +@_private: +@vepv: + + + + + + +@servant: +@ev: + + + + + + + +@servant: +@ev: + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@_obj: +@ev: +@Returns: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@GNOME_Evolution_DataServer_InterfaceCheck__get_interfaceVersion__imethods_index: + + + + + + +@m: + + diff --git a/doc/reference/shell/tmpl/e-activity-handler.sgml b/doc/reference/shell/tmpl/e-activity-handler.sgml new file mode 100644 index 0000000000..209b4b4d04 --- /dev/null +++ b/doc/reference/shell/tmpl/e-activity-handler.sgml @@ -0,0 +1,156 @@ + +EActivityHandler + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@Returns: + + + + + + + +@activity_hanlder: +@shell_taskbar: + + + + + + + +@activity_handler: +@message: + + + + + + + +@activity_handler: + + + + + + + +@activity_handler: +@information: +@cancellable: +@Returns: + + + + + + + +@activity_handler: +@information: +@cancellable: +@cancel_func: +@user_data: +@Returns: + + + + + + + +@activity_handler: +@activity_id: +@information: +@progress: + + + + + + + +@activity_handler: +@activity_id: + + + + + + + +@handler: +@logger: + + + + + + + +@activity_handler: +@error_type: +@error: +@Returns: + + + + + + + +@activity_handler: +@activity_id: +@error: + + + + + + + +@handler: +@time: + + diff --git a/doc/reference/shell/tmpl/e-config-upgrade.sgml b/doc/reference/shell/tmpl/e-config-upgrade.sgml new file mode 100644 index 0000000000..0ef774b3dd --- /dev/null +++ b/doc/reference/shell/tmpl/e-config-upgrade.sgml @@ -0,0 +1,32 @@ + +e-config-upgrade + + + + + + + + + + + + + + + + + + + + + + + + +@major: +@minor: +@revision: +@Returns: + + diff --git a/doc/reference/shell/tmpl/e-shell-common.sgml b/doc/reference/shell/tmpl/e-shell-common.sgml new file mode 100644 index 0000000000..1932480643 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-common.sgml @@ -0,0 +1,21 @@ + +e-shell-common + + + + + + + + + + + + + + + + + + + diff --git a/doc/reference/shell/tmpl/e-shell-constants.sgml b/doc/reference/shell/tmpl/e-shell-constants.sgml new file mode 100644 index 0000000000..74b95024a8 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-constants.sgml @@ -0,0 +1,140 @@ + +e-shell-constants + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/reference/shell/tmpl/e-shell-content.sgml b/doc/reference/shell/tmpl/e-shell-content.sgml new file mode 100644 index 0000000000..3172527ad6 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-content.sgml @@ -0,0 +1,94 @@ + +EShellContent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@shell_view: +@Returns: + + diff --git a/doc/reference/shell/tmpl/e-shell-importer.sgml b/doc/reference/shell/tmpl/e-shell-importer.sgml new file mode 100644 index 0000000000..0b3aa44506 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-importer.sgml @@ -0,0 +1,27 @@ + +e-shell-importer + + + + + + + + + + + + + + + + + + + + + + +@shell_window: + + diff --git a/doc/reference/shell/tmpl/e-shell-marshal.sgml b/doc/reference/shell/tmpl/e-shell-marshal.sgml new file mode 100644 index 0000000000..27f0c92196 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-marshal.sgml @@ -0,0 +1,41 @@ + +e-shell-marshal + + + + + + + + + + + + + + + + + + + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + + + + diff --git a/doc/reference/shell/tmpl/e-shell-module.sgml b/doc/reference/shell/tmpl/e-shell-module.sgml new file mode 100644 index 0000000000..583719c3fc --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-module.sgml @@ -0,0 +1,140 @@ + +EShellModule + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@name: +@aliases: +@schemes: +@searches: +@sort_order: +@is_busy: +@shutdown: + + + + + + +@shell: +@filename: +@Returns: + + + + + + + +@shell_module_a: +@shell_module_b: +@Returns: + + + + + + + +@shell_module: +@Returns: + + + + + + + +@shell_module: +@Returns: + + + + + + + +@shell_module: +@Returns: + + + + + + + +@shell_module: +@Returns: + + + + + + + +@shell_module: +@Returns: + + + + + + + +@shell_module: +@Returns: + + + + + + + +@shell_module: +@Returns: + + + + + + + +@shell_module: +@info: + + diff --git a/doc/reference/shell/tmpl/e-shell-sidebar.sgml b/doc/reference/shell/tmpl/e-shell-sidebar.sgml new file mode 100644 index 0000000000..de7fd21433 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-sidebar.sgml @@ -0,0 +1,49 @@ + +EShellSidebar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@shell_view: +@Returns: + + diff --git a/doc/reference/shell/tmpl/e-shell-switcher.sgml b/doc/reference/shell/tmpl/e-shell-switcher.sgml new file mode 100644 index 0000000000..f656b65988 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-switcher.sgml @@ -0,0 +1,104 @@ + +EShellSwitcher + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@eshellswitcher: the object which received the signal. +@arg1: + + + + + + + + + + + + + + + + +@Returns: + + + + + + + +@switcher: +@action: + + + + + + + +@switcher: +@Returns: + + + + + + + +@switcher: +@style: + + + + + + + +@switcher: + + + + + + + +@switcher: +@Returns: + + + + + + + +@switcher: +@visible: + + diff --git a/doc/reference/shell/tmpl/e-shell-taskbar.sgml b/doc/reference/shell/tmpl/e-shell-taskbar.sgml new file mode 100644 index 0000000000..1d7dd76790 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-taskbar.sgml @@ -0,0 +1,39 @@ + +EShellTaskbar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@shell_view: +@Returns: + + diff --git a/doc/reference/shell/tmpl/e-shell-view.sgml b/doc/reference/shell/tmpl/e-shell-view.sgml new file mode 100644 index 0000000000..763632636d --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-view.sgml @@ -0,0 +1,188 @@ + +EShellView + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@eshellview: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: +@title: + + + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: +@instance: + + + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: +@Returns: + + + + + + + +@shell_view: + + diff --git a/doc/reference/shell/tmpl/e-shell-window-actions.sgml b/doc/reference/shell/tmpl/e-shell-window-actions.sgml new file mode 100644 index 0000000000..48e6f44203 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-window-actions.sgml @@ -0,0 +1,309 @@ + +Global Actions + + + + + + + + + + + + + + + + + + + + + + +@window: +@name: + + + + + + + +@window: +@name: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + + + + + + +@window: + + diff --git a/doc/reference/shell/tmpl/e-shell-window-private.sgml b/doc/reference/shell/tmpl/e-shell-window-private.sgml new file mode 100644 index 0000000000..6c1c6d0e72 --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-window-private.sgml @@ -0,0 +1,25 @@ + +e-shell-window-private + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/reference/shell/tmpl/e-shell-window.sgml b/doc/reference/shell/tmpl/e-shell-window.sgml new file mode 100644 index 0000000000..dc05283d6b --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell-window.sgml @@ -0,0 +1,166 @@ + +EShellWindow + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@shell: +@safe_mode: +@Returns: + + + + + + + +@shell_window: +@view_name: +@Returns: + + + + + + + +@shell_window: +@Returns: + + + + + + + +@shell_window: +@Returns: + + + + + + + +@shell_window: +@action_name: +@Returns: + + + + + + + +@shell_window: +@group_name: +@Returns: + + + + + + + +@shell_window: +@widget_path: +@Returns: + + + + + + + +@shell_window: +@Returns: + + + + + + + +@shell_window: +@name_or_alias: + + + + + + + +@shell_window: +@Returns: + + + + + + + +@shell_window: +@safe_mode: + + + + + + + +@shell_window: +@module_name: +@entries: +@n_entries: + + + + + + + +@shell_window: +@module_name: +@entries: +@n_entries: + + diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml new file mode 100644 index 0000000000..db92be82ed --- /dev/null +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -0,0 +1,220 @@ + +EShell + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@eshell: the object which received the signal. +@arg1: +@Returns: + + + + + + +@eshell: the object which received the signal. +@arg1: + + + + + + +@eshell: the object which received the signal. +@arg1: + + + + + + +@eshell: the object which received the signal. +@arg1: + + + + + + + + + + + +@E_SHELL_LINE_STATUS_ONLINE: +@E_SHELL_LINE_STATUS_GOING_OFFLINE: +@E_SHELL_LINE_STATUS_OFFLINE: +@E_SHELL_LINE_STATUS_FORCED_OFFLINE: + + + + + + +@online: +@Returns: + + + + + + + +@shell: +@Returns: + + + + + + + +@shell: +@name: +@Returns: + + + + + + + +@shell: +@name: +@Returns: + + + + + + + +@shell: +@scheme: +@Returns: + + + + + + + +@shell: +@Returns: + + + + + + + +@shell: +@uri: +@Returns: + + + + + + + +@shell: +@parent: + + + + + + + +@shell: +@Returns: + + + + + + + +@shell: +@online_mode: + + + + + + + +@shell: +@Returns: + + + + + + + +@shell: +@status: + + + + + + + +@Returns: + + + + + + + +@shell: +@Returns: + + + + + + + +@shell: +@Returns: + + + + + + + +@shell: +@Returns: + + diff --git a/doc/reference/shell/tmpl/e-test-shell-view.sgml b/doc/reference/shell/tmpl/e-test-shell-view.sgml new file mode 100644 index 0000000000..2c9c912c20 --- /dev/null +++ b/doc/reference/shell/tmpl/e-test-shell-view.sgml @@ -0,0 +1,41 @@ + +ETestShellView + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@parent: +@priv: + diff --git a/doc/reference/shell/tmpl/es-event.sgml b/doc/reference/shell/tmpl/es-event.sgml new file mode 100644 index 0000000000..8821e92ad5 --- /dev/null +++ b/doc/reference/shell/tmpl/es-event.sgml @@ -0,0 +1,147 @@ + +ESEventHook + + + + + + + + + + + + + + + + + + + + + + + + +@ES_EVENT_TARGET_STATE: +@ES_EVENT_TARGET_UPGRADE: +@ES_EVENT_TARGET_SHELL: +@ES_EVENT_TARGET_COMPONENT: + + + + + + +@target: +@state: + + + + + + +@target: +@major: +@minor: +@revision: + + + + + + +@target: + + + + + + +@target: +@id: + + + + + + + + + + + + + + + + + + +@Returns: + + + + + + + +@Returns: + + + + + + + +@eme: +@Returns: + + + + + + + +@emp: +@state: +@Returns: + + + + + + + +@emp: +@major: +@minor: +@revision: +@Returns: + + + + + + + +@eme: +@id: +@Returns: + + + + + + + + + + + + + +@Returns: + + diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml new file mode 100644 index 0000000000..f913573f39 --- /dev/null +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -0,0 +1,1972 @@ + + + + + + + + + + + + + + + + + + + + + +Evolution-DataServer + + + + + + + + + + + + + + + + + + + + + + + +e-config-upgrade + + + + + + + + + + + + + + + + + + + + + + + +e-shell-common + + + + + + + + + + + + + + + + + + + + + + + +e-shell-constants + + + + + + + + + + + + + + + + + + + + + + + +e-shell-marshal + + + + + + + + + + + + + + + + + + + + + + + +e-shell-window-private + + + + + + + + + + + + + + + + + + + + + + + +ETestShellView + + + + + + + + + + + + + + + + + + + + + + + +ESEventHook + + + + + + + + + + + + + + + + + + + + + + + +EvolutionImporterClient + + + + + + + + + + + + + + + + + + + + + + + +EvolutionImporterListener + + + + + + + + + + + + + + + + + + + + + + + +EvolutionImporter + + + + + + + + + + + + + + + + + + + + + + + +EvolutionIntelligentImporter + + + + + + + + + + + + + + + + + + + + + + + +intelligent + + + + + + + +@name: + + + + + + +@name: + + + + + + +@obj: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@target: +@id: + + + + + + +@target: + + + + + + +@target: +@state: + + + + + + +@target: +@major: +@minor: +@revision: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@parent: +@priv: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@obj: + + + + + + + + + + + + + + + + + + +@parent: +@priv: + + + + + + +@parent_type: +@objref: + + + + + + +@importer: +@control: +@closure: + + + + + + +@importer: +@closure: +@Returns: + + + + + + +@parent: +@priv: + + + + + + +@listener: +@result: +@more_items: +@closure: + + + + + + + + + + + + +@importer: +@filename: +@closure: +@Returns: + + + + + + + + + + + + +@importer: +@listener: +@closure: +@ev: + + + + + + +@EVOLUTION_IMPORTER_OK: +@EVOLUTION_IMPORTER_UNSUPPORTED_OPERATION: +@EVOLUTION_IMPORTER_INTERRUPTED: +@EVOLUTION_IMPORTER_BUSY: +@EVOLUTION_IMPORTER_NOT_READY: +@EVOLUTION_IMPORTER_UNKNOWN_DATA: +@EVOLUTION_IMPORTER_BAD_DATA: +@EVOLUTION_IMPORTER_BAD_FILE: +@EVOLUTION_IMPORTER_UNKNOWN_ERROR: + + + + + + +@importer: +@filename: +@closure: +@Returns: + + + + + + +@parent: +@priv: + + + + + + +@ii: +@closure: +@Returns: + + + + + + +@ii: +@closure: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@_obj: +@ev: +@Returns: + + + + + + +@GNOME_Evolution_DataServer_InterfaceCheck__get_interfaceVersion__imethods_index: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@GNOME_Evolution_DataServer_Logging_Error: +@GNOME_Evolution_DataServer_Logging_Critical: +@GNOME_Evolution_DataServer_Logging_Warning: +@GNOME_Evolution_DataServer_Logging_Message: +@GNOME_Evolution_DataServer_Logging_Info: +@GNOME_Evolution_DataServer_Logging_Debug: + + + + + + + + + + + + + + + + + + +@m: +@d: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@m: + + + + + + +@_private: +@vepv: + + + + + + +@_private: + + + + + + +@servant: +@ev: + + + + + + +@servant: +@ev: + + + + + + +@_base_epv: +@GNOME_Evolution_DataServer_Config_epv: + + + + + + +@_private: +@vepv: + + + + + + +@_private: +@_get_interfaceVersion: + + + + + + +@servant: +@ev: + + + + + + +@servant: +@ev: + + + + + + +@_base_epv: +@Bonobo_Unknown_epv: +@GNOME_Evolution_DataServer_InterfaceCheck_epv: + + + + + + +@_private: +@vepv: + + + + + + +@_private: + + + + + + +@servant: +@ev: + + + + + + +@servant: +@ev: + + + + + + +@_base_epv: +@Bonobo_Unknown_epv: +@Bonobo_EventSource_epv: +@GNOME_Evolution_DataServer_Logging_epv: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@major: +@minor: +@revision: +@Returns: + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + + + + + + + +@shell_window: + + + + + + +@shell_window: +@Returns: + + + + + + +@shell_window: + + + + + + +@shell_window: + + + + + + +@shell_window: + + + + + + +@shell_window: + + + + + + +@shell_window: +@view_name: + + + + + + +@shell_window: + + + + + + +@shell_window: + + + + + + +@shell_window: + + + + + + +@shell_window: + + + + + + + + + + + + +@Returns: + + + + + + +@Returns: + + + + + + +@Returns: + + + + + + +@eme: +@Returns: + + + + + + +@eme: +@id: +@Returns: + + + + + + +@emp: +@state: +@Returns: + + + + + + +@emp: +@major: +@minor: +@revision: +@Returns: + + + + + + +@ES_EVENT_TARGET_STATE: +@ES_EVENT_TARGET_UPGRADE: +@ES_EVENT_TARGET_SHELL: +@ES_EVENT_TARGET_COMPONENT: + + + + + + +@client: +@Returns: + + + + + + +@client: +@Returns: + + + + + + +@client: +@filename: +@Returns: + + + + + + +@objref: +@Returns: + + + + + + +@id: +@Returns: + + + + + + +@client: +@listener: + + + + + + +@client: +@filename: +@Returns: + + + + + + +@callback: +@closure: +@Returns: + + + + + + +@create_control_fn: +@support_format_fn: +@load_file_fn: +@process_item_fn: +@get_error_fn: +@closure: +@Returns: + + + + + + +@can_import_fn: +@import_data_fn: +@importername: +@message: +@closure: +@Returns: + + + + + + + diff --git a/doc/reference/shell/tmpl/evolution-importer-client.sgml b/doc/reference/shell/tmpl/evolution-importer-client.sgml new file mode 100644 index 0000000000..db2acb621a --- /dev/null +++ b/doc/reference/shell/tmpl/evolution-importer-client.sgml @@ -0,0 +1,94 @@ + +EvolutionImporterClient + + + + + + + + + + + + + + + + + + + + + + + + +@parent_type: +@objref: + + + + + + +@objref: +@Returns: + + + + + + + +@id: +@Returns: + + + + + + + +@client: +@Returns: + + + + + + + +@client: +@filename: +@Returns: + + + + + + + +@client: +@filename: +@Returns: + + + + + + + +@client: +@listener: + + + + + + + +@client: +@Returns: + + diff --git a/doc/reference/shell/tmpl/evolution-importer-listener.sgml b/doc/reference/shell/tmpl/evolution-importer-listener.sgml new file mode 100644 index 0000000000..7b0b3ab488 --- /dev/null +++ b/doc/reference/shell/tmpl/evolution-importer-listener.sgml @@ -0,0 +1,56 @@ + +EvolutionImporterListener + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@listener: +@result: +@more_items: +@closure: + + + + + + + +@parent: +@priv: + + + + + + +@callback: +@closure: +@Returns: + + diff --git a/doc/reference/shell/tmpl/evolution-importer.sgml b/doc/reference/shell/tmpl/evolution-importer.sgml new file mode 100644 index 0000000000..c092138c60 --- /dev/null +++ b/doc/reference/shell/tmpl/evolution-importer.sgml @@ -0,0 +1,117 @@ + +EvolutionImporter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@importer: +@control: +@closure: + + + + + + + +@importer: +@filename: +@closure: +@Returns: + + + + + + + +@importer: +@filename: +@closure: +@Returns: + + + + + + + +@importer: +@listener: +@closure: +@ev: + + + + + + + +@importer: +@closure: +@Returns: + + + + + + + +@EVOLUTION_IMPORTER_OK: +@EVOLUTION_IMPORTER_UNSUPPORTED_OPERATION: +@EVOLUTION_IMPORTER_INTERRUPTED: +@EVOLUTION_IMPORTER_BUSY: +@EVOLUTION_IMPORTER_NOT_READY: +@EVOLUTION_IMPORTER_UNKNOWN_DATA: +@EVOLUTION_IMPORTER_BAD_DATA: +@EVOLUTION_IMPORTER_BAD_FILE: +@EVOLUTION_IMPORTER_UNKNOWN_ERROR: + + + + + + +@parent: +@priv: + + + + + + +@create_control_fn: +@support_format_fn: +@load_file_fn: +@process_item_fn: +@get_error_fn: +@closure: +@Returns: + + diff --git a/doc/reference/shell/tmpl/evolution-intelligent-importer.sgml b/doc/reference/shell/tmpl/evolution-intelligent-importer.sgml new file mode 100644 index 0000000000..4dfdb70203 --- /dev/null +++ b/doc/reference/shell/tmpl/evolution-intelligent-importer.sgml @@ -0,0 +1,67 @@ + +EvolutionIntelligentImporter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@ii: +@closure: +@Returns: + + + + + + + +@ii: +@closure: + + + + + + + +@parent: +@priv: + + + + + + +@can_import_fn: +@import_data_fn: +@importername: +@message: +@closure: +@Returns: + + diff --git a/doc/reference/shell/tmpl/intelligent.sgml b/doc/reference/shell/tmpl/intelligent.sgml new file mode 100644 index 0000000000..1c50af5c7b --- /dev/null +++ b/doc/reference/shell/tmpl/intelligent.sgml @@ -0,0 +1,26 @@ + +intelligent + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3