diff options
author | Tomas Popela <tpopela@redhat.com> | 2014-06-09 22:32:25 +0800 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2014-06-09 22:32:25 +0800 |
commit | 8650fb139a9143f04615de74ff569bce3e0c4ce3 (patch) | |
tree | 89a41d08f179a5359b8eaee0c9344b8a5bf07cb3 /doc/reference | |
parent | 04b7c97275ae420dca43f3e65c2ef54d02f01bdd (diff) | |
download | gsoc2013-evolution-8650fb139a9143f04615de74ff569bce3e0c4ce3.tar gsoc2013-evolution-8650fb139a9143f04615de74ff569bce3e0c4ce3.tar.gz gsoc2013-evolution-8650fb139a9143f04615de74ff569bce3e0c4ce3.tar.bz2 gsoc2013-evolution-8650fb139a9143f04615de74ff569bce3e0c4ce3.tar.lz gsoc2013-evolution-8650fb139a9143f04615de74ff569bce3e0c4ce3.tar.xz gsoc2013-evolution-8650fb139a9143f04615de74ff569bce3e0c4ce3.tar.zst gsoc2013-evolution-8650fb139a9143f04615de74ff569bce3e0c4ce3.zip |
Bug 540362: [webkit-composer] Use webkit for composer
Merge wip/webkit-composer branch into master.
Diffstat (limited to 'doc/reference')
10 files changed, 1069 insertions, 101 deletions
diff --git a/doc/reference/evolution-mail-composer/Makefile.am b/doc/reference/evolution-mail-composer/Makefile.am index 580dc63a3b..3fbc28fe7b 100644 --- a/doc/reference/evolution-mail-composer/Makefile.am +++ b/doc/reference/evolution-mail-composer/Makefile.am @@ -22,14 +22,12 @@ GTKDOC_CFLAGS= \ -I$(top_builddir) \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(GTKHTML_CFLAGS) \ $(NULL) GTKDOC_LIBS= \ $(top_builddir)/composer/libevolution-mail-composer.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(GTKHTML_LIBS) \ $(NULL) # This includes the standard gtk-doc make rules, copied by gtkdocize. diff --git a/doc/reference/evolution-mail-composer/evolution-mail-composer-docs.sgml b/doc/reference/evolution-mail-composer/evolution-mail-composer-docs.sgml index becbfd678f..b7d06b39db 100644 --- a/doc/reference/evolution-mail-composer/evolution-mail-composer-docs.sgml +++ b/doc/reference/evolution-mail-composer/evolution-mail-composer-docs.sgml @@ -16,7 +16,6 @@ <chapter> <title>Mail Composition</title> <xi:include href="xml/e-msg-composer.xml"/> - <xi:include href="xml/e-composer-activity.xml"/> <xi:include href="xml/e-composer-header-table.xml"/> <xi:include href="xml/e-composer-header.xml"/> <xi:include href="xml/e-composer-from-header.xml"/> diff --git a/doc/reference/evolution-mail-composer/evolution-mail-composer-sections.txt b/doc/reference/evolution-mail-composer/evolution-mail-composer-sections.txt index 4b286f94ec..cbe3f9ec3e 100644 --- a/doc/reference/evolution-mail-composer/evolution-mail-composer-sections.txt +++ b/doc/reference/evolution-mail-composer/evolution-mail-composer-sections.txt @@ -1,23 +1,4 @@ <SECTION> -<FILE>e-composer-activity</FILE> -<TITLE>EComposerActivity</TITLE> -EComposerActivity -e_composer_activity_new -e_composer_activity_get_composer -<SUBSECTION Standard> -E_COMPOSER_ACTIVITY -E_IS_COMPOSER_ACTIVITY -E_TYPE_COMPOSER_ACTIVITY -E_COMPOSER_ACTIVITY_CLASS -E_IS_COMPOSER_ACTIVITY_CLASS -E_COMPOSER_ACTIVITY_GET_CLASS -EComposerActivityClass -e_composer_activity_get_type -<SUBSECTION Private> -EComposerActivityPrivate -</SECTION> - -<SECTION> <FILE>e-composer-from-header</FILE> <TITLE>EComposerFromHeader</TITLE> EComposerFromHeader diff --git a/doc/reference/evolution-mail-composer/evolution-mail-composer.types b/doc/reference/evolution-mail-composer/evolution-mail-composer.types index bf4ab7c4d6..5e26731470 100644 --- a/doc/reference/evolution-mail-composer/evolution-mail-composer.types +++ b/doc/reference/evolution-mail-composer/evolution-mail-composer.types @@ -1,4 +1,3 @@ -#include <composer/e-composer-activity.h> #include <composer/e-composer-from-header.h> #include <composer/e-composer-header-table.h> #include <composer/e-composer-header.h> @@ -8,7 +7,6 @@ #include <composer/e-composer-text-header.h> #include <composer/e-msg-composer.h> -e_composer_activity_get_type e_composer_from_header_get_type e_composer_header_get_type e_composer_header_table_get_type diff --git a/doc/reference/evolution-mail-formatter/Makefile.am b/doc/reference/evolution-mail-formatter/Makefile.am index aff3eb7142..ed313fcb86 100644 --- a/doc/reference/evolution-mail-formatter/Makefile.am +++ b/doc/reference/evolution-mail-formatter/Makefile.am @@ -21,14 +21,12 @@ GTKDOC_CFLAGS= \ -I$(top_builddir) \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(GTKHTML_CFLAGS) \ $(NULL) GTKDOC_LIBS= \ $(top_builddir)/em-format/libevolution-mail-formatter.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(GTKHTML_LIBS) \ $(NULL) # This includes the standard gtk-doc make rules, copied by gtkdocize. diff --git a/doc/reference/evolution-shell/Makefile.am b/doc/reference/evolution-shell/Makefile.am index 7afbc72919..c64068e384 100644 --- a/doc/reference/evolution-shell/Makefile.am +++ b/doc/reference/evolution-shell/Makefile.am @@ -22,7 +22,6 @@ GTKDOC_CFLAGS= \ -I$(top_builddir) \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(GTKHTML_CFLAGS) \ $(NULL) GTKDOC_LIBS= \ @@ -31,7 +30,6 @@ GTKDOC_LIBS= \ $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(GTKHTML_LIBS) \ $(NULL) # This includes the standard gtk-doc make rules, copied by gtkdocize. diff --git a/doc/reference/evolution-util/Makefile.am b/doc/reference/evolution-util/Makefile.am index a7055a4f39..48d1d13845 100644 --- a/doc/reference/evolution-util/Makefile.am +++ b/doc/reference/evolution-util/Makefile.am @@ -16,6 +16,9 @@ CFILE_GLOB = $(top_srcdir)/e-util/*.c # Ignore all accessiblity headers. IGNORE_HFILES = \ + e-html-editor-actions.h \ + e-html-editor-private.h \ + e-html-editor-utils.h \ e-marshal.h \ e-table-col-dnd.h \ e-table-defines.h \ @@ -52,14 +55,12 @@ GTKDOC_CFLAGS = \ -I$(top_builddir) \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) \ - $(GTKHTML_CFLAGS) \ $(NULL) GTKDOC_LIBS = \ $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(GTKHTML_LIBS) \ $(NULL) # Extra options to supply to gtkdoc-mkdb diff --git a/doc/reference/evolution-util/evolution-util-docs.sgml b/doc/reference/evolution-util/evolution-util-docs.sgml index 53badcc278..262ddae97d 100644 --- a/doc/reference/evolution-util/evolution-util-docs.sgml +++ b/doc/reference/evolution-util/evolution-util-docs.sgml @@ -94,12 +94,40 @@ <title>HTML Rendering</title> <xi:include href="xml/e-web-view.xml"/> <xi:include href="xml/e-web-view-preview.xml"/> - <xi:include href="xml/e-web-view-gtkhtml.xml"/> <xi:include href="xml/e-file-request.xml"/> <xi:include href="xml/e-stock-request.xml"/> </chapter> <chapter> + <title>HTML Editing</title> + <xi:include href="xml/e-color-chooser-widget.xml"/> + <xi:include href="xml/e-color-combo.xml"/> + <xi:include href="xml/e-emoticon.xml"/> + <xi:include href="xml/e-emoticon-action.xml"/> + <xi:include href="xml/e-emoticon-chooser.xml"/> + <xi:include href="xml/e-emoticon-chooser-menu.xml"/> + <xi:include href="xml/e-emoticon-tool-button.xml"/> + <xi:include href="xml/e-html-editor.xml"/> + <xi:include href="xml/e-html-editor-cell-dialog.xml"/> + <xi:include href="xml/e-html-editor-dialog.xml"/> + <xi:include href="xml/e-html-editor-find-dialog.xml"/> + <xi:include href="xml/e-html-editor-hrule-dialog.xml"/> + <xi:include href="xml/e-html-editor-image-dialog.xml"/> + <xi:include href="xml/e-html-editor-link-dialog.xml"/> + <xi:include href="xml/e-html-editor-page-dialog.xml"/> + <xi:include href="xml/e-html-editor-paragraph-dialog.xml"/> + <xi:include href="xml/e-html-editor-replace-dialog.xml"/> + <xi:include href="xml/e-html-editor-selection.xml"/> + <xi:include href="xml/e-html-editor-spell-check-dialog.xml"/> + <xi:include href="xml/e-html-editor-table-dialog.xml"/> + <xi:include href="xml/e-html-editor-text-dialog.xml"/> + <xi:include href="xml/e-html-editor-widget.xml"/> + <xi:include href="xml/e-image-chooser-dialog.xml"/> + <xi:include href="xml/e-spell-checker.xml"/> + <xi:include href="xml/e-spell-dictionary.xml"/> + </chapter> + + <chapter> <title>Mail Signatures</title> <xi:include href="xml/e-mail-signature-combo-box.xml"/> <xi:include href="xml/e-mail-signature-editor.xml"/> diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 5f7497c5f9..b5b4ee76bb 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -1323,6 +1323,55 @@ EClientSelectorPrivate </SECTION> <SECTION> +<FILE>e-color-chooser-widget</FILE> +<TITLE>EColorChooserWidget</TITLE> +EColorChooserWidget +e_color_chooser_widget_new +<SUBSECTION Standard> +E_COLOR_CHOOSER_WIDGET +E_IS_COLOR_CHOOSER_WIDGET +E_TYPE_COLOR_CHOOSER_WIDGET +E_COLOR_CHOOSER_WIDGET_CLASS +E_IS_COLOR_CHOOSER_WIDGET_CLASS +E_COLOR_CHOOSER_WIDGET_GET_CLASS +EColorChooserWidgetClass +e_color_chooser_widget_get_type +<SUBSECTION Private> +EColorChooserWidgetPrivate +</SECTION> + +<SECTION> +<FILE>e-color-combo</FILE> +<TITLE>EColorCombo</TITLE> +EColorCombo +e_color_combo_new +e_color_combo_new_defaults +e_color_combo_popup +e_color_combo_popdown +e_color_combo_get_current_color +e_color_combo_set_current_color +e_color_combo_get_default_color +e_color_combo_set_default_color +e_color_combo_get_default_label +e_color_combo_set_default_label +e_color_combo_get_default_transparent +e_color_combo_set_default_transparent +e_color_combo_get_palette +e_color_combo_set_palette +<SUBSECTION Standard> +E_COLOR_COMBO +E_IS_COLOR_COMBO +E_TYPE_COLOR_COMBO +E_COLOR_COMBO_CLASS +E_IS_COLOR_COMBO_CLASS +E_COLOR_COMBO_GET_CLASS +EColorComboClass +e_color_combo_get_type +<SUBSECTION Private> +EColorComboPrivate +</SECTION> + +<SECTION> <FILE>e-config</FILE> <TITLE>EConfig</TITLE> EConfig @@ -1519,6 +1568,890 @@ e_dialog_button_new_with_icon </SECTION> <SECTION> +<FILE>e-editor</FILE> +<TITLE>EEditor</TITLE> +EEditor +e_editor_new +e_editor_is_busy +e_editor_get_editor_widget +e_editor_get_builder +e_editor_get_ui_manager +e_editor_get_action +e_editor_get_action_group +e_editor_get_widget +e_editor_get_managed_widget +e_editor_get_filename +e_editor_set_filename +e_editor_new_activity +e_editor_pack_above +e_editor_save +<SUBSECTION Standard> +E_EDITOR +E_IS_EDITOR +E_TYPE_EDITOR +E_EDITOR_CLASS +E_IS_EDITOR_CLASS +E_EDITOR_GET_CLASS +EEditorClass +e_editor_get_type +<SUBSECTION Private> +EEditorPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-cell-dialog</FILE> +<TITLE>EHTMLEditorCellDialog</TITLE> +EHTMLEditorCellDialog +e_html_editor_cell_dialog_new +e_html_editor_cell_dialog_show +<SUBSECTION Standard> +E_HTML_EDITOR_CELL_DIALOG +E_IS_HTML_EDITOR_CELL_DIALOG +E_TYPE_HTML_EDITOR_CELL_DIALOG +E_HTML_EDITOR_CELL_DIALOG_CLASS +E_IS_HTML_EDITOR_CELL_DIALOG_CLASS +E_HTML_EDITOR_CELL_DIALOG_GET_CLASS +EHTMLEditorCellDialogClass +e_html_editor_cell_dialog_get_type +<SUBSECTION Private> +EHTMLEditorCellDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-dialog</FILE> +<TITLE>EEditorDialog</TITLE> +e_editor_dialog_get_editor +e_editor_dialog_get_button_box +e_editor_dialog_get_container +<SUBSECTION Standard> +E_EDITOR_DIALOG +E_IS_EDITOR_DIALOG +E_TYPE_EDITOR_DIALOG +E_EDITOR_DIALOG_CLASS +E_IS_EDITOR_DIALOG_CLASS +E_EDITOR_DIALOG_GET_CLASS +EEditorDialogClass +e_editor_dialog_get_type +<SUBSECTION Private> +EEditorDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-find-dialog</FILE> +<TITLE>EHTMLEditorFindDialog</TITLE> +e_html_editor_find_dialog_new +e_html_editor_find_dialog_find_next +<SUBSECTION Standard> +E_HTML_EDITOR_FIND_DIALOG +E_IS_HTML_EDITOR_FIND_DIALOG +E_TYPE_HTML_EDITOR_FIND_DIALOG +E_HTML_EDITOR_FIND_DIALOG_CLASS +E_IS_HTML_EDITOR_FIND_DIALOG_CLASS +E_HTML_EDITOR_FIND_DIALOG_GET_CLASS +EHTMLEditorFindDialogClass +e_html_editor_find_dialog_get_type +<SUBSECTION Private> +EHTMLEditorFindDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-hrule-dialog</FILE> +<TITLE>EHTMLEditorHRuleDialog</TITLE> +EHTMLEditorHRuleDialog +e_html_editor_hrule_dialog_new +<SUBSECTION Standard> +E_HTML_EDITOR_HRULE_DIALOG +E_IS_HTML_EDITOR_HRULE_DIALOG +E_TYPE_HTML_EDITOR_HRULE_DIALOG +E_HTML_EDITOR_HRULE_DIALOG_CLASS +E_IS_HTML_EDITOR_HRULE_DIALOG_CLASS +E_HTML_EDITOR_HRULE_DIALOG_GET_CLASS +EHTMLEditorHRuleDialogClass +e_html_editor_hrule_dialog_get_type +<SUBSECTION Private> +EHTMLEditorHRuleDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-image-dialog</FILE> +<TITLE>EHTMLEditorImageDialog</TITLE> +EHTMLEditorImageDialog +e_html_editor_image_dialog_new +e_html_editor_image_dialog_show +<SUBSECTION Standard> +E_HTML_EDITOR_IMAGE_DIALOG +E_IS_HTML_EDITOR_IMAGE_DIALOG +E_TYPE_HTML_EDITOR_IMAGE_DIALOG +E_HTML_EDITOR_IMAGE_DIALOG_CLASS +E_IS_HTML_EDITOR_IMAGE_DIALOG_CLASS +E_HTML_EDITOR_IMAGE_DIALOG_GET_CLASS +EHTMLEditorImageDialogClass +e_html_editor_image_dialog_get_type +<SUBSECTION Private> +EHTMLEditorImageDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-link-dialog</FILE> +<TITLE>EHTMLEditorLinkDialog</TITLE> +EHTMLEditorLinkDialog +e_html_editor_link_dialog_new +<SUBSECTION Standard> +E_HTML_EDITOR_LINK_DIALOG +E_IS_HTML_EDITOR_LINK_DIALOG +E_TYPE_HTML_EDITOR_LINK_DIALOG +E_HTML_EDITOR_LINK_DIALOG_CLASS +E_IS_HTML_EDITOR_LINK_DIALOG_CLASS +E_HTML_EDITOR_LINK_DIALOG_GET_CLASS +EHTMLEditorLinkDialogClass +e_html_editor_link_dialog_get_type +<SUBSECTION Private> +EHTMLEditorLinkDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-page-dialog</FILE> +<TITLE>EHTMLEditorPageDialog</TITLE> +EHTMLEditorPageDialog +e_html_editor_page_dialog_new +<SUBSECTION Standard> +E_HTML_EDITOR_PAGE_DIALOG +E_IS_HTML_EDITOR_PAGE_DIALOG +E_TYPE_HTML_EDITOR_PAGE_DIALOG +E_HTML_EDITOR_PAGE_DIALOG_CLASS +E_IS_HTML_EDITOR_PAGE_DIALOG_CLASS +E_HTML_EDITOR_PAGE_DIALOG_GET_CLASS +EHTMLEditorPageDialogClass +e_html_editor_page_dialog_get_type +<SUBSECTION Private> +EHTMLEditorPageDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-paragraph-dialog</FILE> +<TITLE>EHTMLEditorParagraphDialog</TITLE> +EHTMLEditorParagraphDialog +e_html_editor_paragraph_dialog_new +<SUBSECTION Standard> +E_HTML_EDITOR_PARAGRAPH_DIALOG +E_IS_HTML_EDITOR_PARAGRAPH_DIALOG +E_TYPE_HTML_EDITOR_PARAGRAPH_DIALOG +E_HTML_EDITOR_PARAGRAPH_DIALOG_CLASS +E_IS_HTML_EDITOR_PARAGRAPH_DIALOG_CLASS +E_HTML_EDITOR_PARAGRAPH_DIALOG_GET_CLASS +EHTMLEditorParagraphDialogClass +e_html_editor_paragraph_dialog_get_type +<SUBSECTION Private> +EHTMLEditorParagraphDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-replace-dialog</FILE> +<TITLE>EHTMLEditorReplaceDialog</TITLE> +EHTMLEditorReplaceDialog +e_html_editor_replace_dialog_new +<SUBSECTION Standard> +E_HTML_EDITOR_REPLACE_DIALOG +E_IS_HTML_EDITOR_REPLACE_DIALOG +E_TYPE_HTML_EDITOR_REPLACE_DIALOG +E_HTML_EDITOR_REPLACE_DIALOG_CLASS +E_IS_HTML_EDITOR_REPLACE_DIALOG_CLASS +E_HTML_EDITOR_REPLACE_DIALOG_GET_CLASS +EHTMLEditorReplaceDialogClass +e_html_editor_replace_dialog_get_type +<SUBSECTION Private> +EHTMLEditorReplaceDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-selection</FILE> +<TITLE>EEditorSelection</TITLE> +e_editor_selection_ref_editor_widget +e_editor_selection_has_text +e_editor_selection_get_caret_word +e_editor_selection_replace_caret_word +EEditorSelectionAlignment +e_editor_selection_get_alignment +e_editor_selection_set_alignment +e_editor_selection_get_background_color +e_editor_selection_set_background_color +e_editor_selection_get_font_color +e_editor_selection_set_font_color +e_editor_selection_get_font_name +e_editor_selection_set_font_name +EEditorSelectionFontSize +e_editor_selection_get_font_size +e_editor_selection_set_font_size +EEditorSelectionBlockFormat +e_editor_selection_get_block_format +e_editor_selection_set_block_format +e_editor_selection_is_citation +e_editor_selection_is_indented +e_editor_selection_indent +e_editor_selection_unindent +e_editor_selection_is_bold +e_editor_selection_set_bold +e_editor_selection_is_italic +e_editor_selection_set_italic +e_editor_selection_is_monospaced +e_editor_selection_set_monospaced +e_editor_selection_is_strike_through +e_editor_selection_set_strike_through +e_editor_selection_is_superscript +e_editor_selection_set_superscript +e_editor_selection_is_subscript +e_editor_selection_set_subscript +e_editor_selection_is_underline +e_editor_selection_set_underline +e_editor_selection_unlink +e_editor_selection_create_link +e_editor_selection_get_string +e_editor_selection_replace +e_editor_selection_insert_html +e_editor_selection_insert_image +e_editor_selection_insert_text +e_editor_selection_wrap_lines +e_editor_selection_save +e_editor_selection_restore +EEditorSelectionGranularity +e_editor_selection_move +e_editor_selection_extend +<SUBSECTION Standard> +E_EDITOR_SELECTION +E_IS_EDITOR_SELECTION +E_TYPE_EDITOR_SELECTION +E_EDITOR_SELECTION_CLASS +E_IS_EDITOR_SELECTION_CLASS +E_EDITOR_SELECTION_GET_CLASS +EEditorSelectionClass +e_editor_selection_get_type +<SUBSECTION Private> +EEditorSelectionPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-spell-check-dialog</FILE> +<TITLE>EHTMLEditorSpellCheckDialog</TITLE> +EHTMLEditorSpellCheckDialog +e_html_editor_spell_check_dialog_new +e_html_editor_spell_check_dialog_update_dictionaries +<SUBSECTION Standard> +E_HTML_EDITOR_SPELL_CHECK_DIALOG +E_IS_HTML_EDITOR_SPELL_CHECK_DIALOG +E_TYPE_HTML_EDITOR_SPELL_CHECK_DIALOG +E_HTML_EDITOR_SPELL_CHECK_DIALOG_CLASS +E_IS_HTML_EDITOR_SPELL_CHECK_DIALOG_CLASS +E_HTML_EDITOR_SPELL_CHECK_DIALOG_GET_CLASS +EHTMLEditorSpellCheckDialogClass +e_html_editor_spell_check_dialog_get_type +<SUBSECTION Private> +EHTMLEditorSpellCheckDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-table-dialog</FILE> +<TITLE>EHTMLEditorTableDialog</TITLE> +EHTMLEditorTableDialog +e_html_editor_table_dialog_new +<SUBSECTION Standard> +E_HTML_EDITOR_TABLE_DIALOG +E_IS_HTML_EDITOR_TABLE_DIALOG +E_TYPE_HTML_EDITOR_TABLE_DIALOG +E_HTML_EDITOR_TABLE_DIALOG_CLASS +E_IS_HTML_EDITOR_TABLE_DIALOG_CLASS +E_HTML_EDITOR_TABLE_DIALOG_GET_CLASS +EHTMLEditorTableDialogClass +e_html_editor_table_dialog_get_type +<SUBSECTION Private> +EHTMLEditorTableDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-text-dialog</FILE> +<TITLE>EHTMLEditorTextDialog</TITLE> +EHTMLEditorTextDialog +e_html_editor_text_dialog_new +<SUBSECTION Standard> +E_HTML_EDITOR_TEXT_DIALOG +E_IS_HTML_EDITOR_TEXT_DIALOG +E_TYPE_HTML_EDITOR_TEXT_DIALOG +E_HTML_EDITOR_TEXT_DIALOG_CLASS +E_IS_HTML_EDITOR_TEXT_DIALOG_CLASS +E_HTML_EDITOR_TEXT_DIALOG_GET_CLASS +EHTMLEditorTextDialogClass +e_html_editor_text_dialog_get_type +<SUBSECTION Private> +EHTMLEditorTextDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-widget</FILE> +<TITLE>EEditorWidget</TITLE> +EEditorWidget +e_editor_widget_new +e_editor_widget_get_selection +EEditorWidgetCommand +e_editor_widget_exec_command +e_editor_widget_get_changed +e_editor_widget_set_changed +e_editor_widget_get_html_mode +e_editor_widget_set_html_mode +e_editor_widget_get_inline_spelling +e_editor_widget_set_inline_spelling +e_editor_widget_get_magic_links +e_editor_widget_set_magic_links +e_editor_widget_get_magic_smileys +e_editor_widget_set_magic_smileys +e_editor_widget_get_spell_checker +e_editor_widget_get_text_html +e_editor_widget_get_text_plain +e_editor_widget_set_text_html +e_editor_widget_set_text_plain +e_editor_widget_paste_clipboard_quoted +e_editor_widget_update_fonts +<SUBSECTION Standard> +E_EDITOR_WIDGET +E_IS_EDITOR_WIDGET +E_TYPE_EDITOR_WIDGET +E_EDITOR_WIDGET_CLASS +E_IS_EDITOR_WIDGET_CLASS +E_EDITOR_WIDGET_GET_CLASS +EEditorWidgetClass +e_editor_widget_get_type +<SUBSECTION Private> +EEditorWidgetPrivate +</SECTION> + +<SECTION> +<FILE>e-emoticon</FILE> +<TITLE>EEmoticon</TITLE> +EEmoticon +e_emoticon_equal +e_emoticon_copy +e_emoticon_free +e_emoticon_get_uri +<SUBSECTION Standard> +E_TYPE_EMOTICON +e_emoticon_get_type +</SECTION> + +<SECTION> +<FILE>e-emoticon-action</FILE> +<TITLE>EEmoticonAction</TITLE> +EEmoticonAction +e_emoticon_action_new +<SUBSECTION Standard> +E_EMOTICON_ACTION +E_IS_EMOTICON_ACTION +E_TYPE_EMOTICON_ACTION +E_EMOTICON_ACTION_CLASS +E_IS_EMOTICON_ACTION_CLASS +E_EMOTICON_ACTION_GET_CLASS +EEmoticonActionClass +e_emoticon_action_get_type +<SUBSECTION Private> +EEmoticonActionPrivate +</SECTION> + +<SECTION> +<FILE>e-emoticon-chooser</FILE> +<TITLE>EEmoticonChooser</TITLE> +EEmoticonChooser +EEmoticonChooserInterface +e_emoticon_chooser_get_current_emoticon +e_emoticon_chooser_set_current_emoticon +e_emoticon_chooser_item_activated +e_emoticon_chooser_get_items +e_emoticon_chooser_lookup_emoticon +<SUBSECTION Standard> +E_EMOTICON_CHOOSER +E_IS_EMOTICON_CHOOSER +E_TYPE_EMOTICON_CHOOSER +E_EMOTICON_CHOOSER_GET_INTERFACE +e_emoticon_chooser_get_type +</SECTION> + +<SECTION> +<FILE>e-emoticon-chooser-menu</FILE> +<TITLE>EEmoticonChooserMenu</TITLE> +EEmoticonChooserMenu +e_emoticon_chooser_menu_new +<SUBSECTION Standard> +E_EMOTICON_CHOOSER_MENU +E_IS_EMOTICON_CHOOSER_MENU +E_TYPE_EMOTICON_CHOOSER_MENU +E_EMOTICON_CHOOSER_MENU_CLASS +E_IS_EMOTICON_CHOOSER_MENU_CLASS +E_EMOTICON_CHOOSER_MENU_GET_CLASS +EEmoticonChooserMenuClass +e_emoticon_chooser_menu_get_type +<SUBSECTION Private> +EEmoticonChooserMenuPrivate +</SECTION> + +<SECTION> +<FILE>e-emoticon-tool-button</FILE> +<TITLE>EEmoticonToolButton</TITLE> +EEmoticonToolButton +e_emoticon_tool_button_new +e_emoticon_tool_button_popup +e_emoticon_tool_button_popdown +<SUBSECTION Standard> +E_EMOTICON_TOOL_BUTTON +E_IS_EMOTICON_TOOL_BUTTON +E_TYPE_EMOTICON_TOOL_BUTTON +E_EMOTICON_TOOL_BUTTON_CLASS +E_IS_EMOTICON_TOOL_BUTTON_CLASS +E_EMOTICON_TOOL_BUTTON_GET_CLASS +EEmoticonToolButtonClass +e_emoticon_tool_button_get_type +<SUBSECTION Private> +EEmoticonToolButtonPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor</FILE> +<TITLE>EHTMLEditor</TITLE> +EHTMLEditor +e_html_editor_new +e_html_editor_is_busy +e_html_editor_get_view +e_html_editor_get_builder +e_html_editor_get_ui_manager +e_html_editor_get_action +e_html_editor_get_action_group +e_html_editor_get_widget +e_html_editor_get_managed_widget +e_html_editor_get_filename +e_html_editor_set_filename +e_html_editor_new_activity +e_html_editor_pack_above +e_html_editor_save +<SUBSECTION Standard> +E_HTML_EDITOR +E_IS_HTML_EDITOR +E_TYPE_HTML_EDITOR +E_HTML_EDITOR_CLASS +E_IS_HTML_EDITOR_CLASS +E_HTML_EDITOR_GET_CLASS +EHTMLEditorClass +e_html_editor_get_type +<SUBSECTION Private> +EHTMLEditorPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-cell-dialog</FILE> +<TITLE>EEditorCellDialog</TITLE> +EEditorCellDialog +e_editor_cell_dialog_new +e_editor_cell_dialog_show +<SUBSECTION Standard> +E_EDITOR_CELL_DIALOG +E_IS_EDITOR_CELL_DIALOG +E_TYPE_EDITOR_CELL_DIALOG +E_EDITOR_CELL_DIALOG_CLASS +E_IS_EDITOR_CELL_DIALOG_CLASS +E_EDITOR_CELL_DIALOG_GET_CLASS +EEditorCellDialogClass +e_editor_cell_dialog_get_type +<SUBSECTION Private> +EEditorCellDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-dialog</FILE> +<TITLE>EHTMLEditorDialog</TITLE> +e_html_editor_dialog_get_editor +e_html_editor_dialog_get_button_box +e_html_editor_dialog_get_container +<SUBSECTION Standard> +E_HTML_EDITOR_DIALOG +E_IS_HTML_EDITOR_DIALOG +E_TYPE_HTML_EDITOR_DIALOG +E_HTML_EDITOR_DIALOG_CLASS +E_IS_HTML_EDITOR_DIALOG_CLASS +E_HTML_EDITOR_DIALOG_GET_CLASS +EEditorDialogClass +e_html_editor_dialog_get_type +<SUBSECTION Private> +EHTMLEditorDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-find-dialog</FILE> +<TITLE>EEditorFindDialog</TITLE> +e_editor_find_dialog_new +e_editor_find_dialog_find_next +<SUBSECTION Standard> +E_EDITOR_FIND_DIALOG +E_IS_EDITOR_FIND_DIALOG +E_TYPE_EDITOR_FIND_DIALOG +E_EDITOR_FIND_DIALOG_CLASS +E_IS_EDITOR_FIND_DIALOG_CLASS +E_EDITOR_FIND_DIALOG_GET_CLASS +EEditorFindDialogClass +e_editor_find_dialog_get_type +<SUBSECTION Private> +EEditorFindDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-hrule-dialog</FILE> +<TITLE>EEditorHRuleDialog</TITLE> +EEditorHRuleDialog +e_editor_hrule_dialog_new +<SUBSECTION Standard> +E_EDITOR_HRULE_DIALOG +E_IS_EDITOR_HRULE_DIALOG +E_TYPE_EDITOR_HRULE_DIALOG +E_EDITOR_HRULE_DIALOG_CLASS +E_IS_EDITOR_HRULE_DIALOG_CLASS +E_EDITOR_HRULE_DIALOG_GET_CLASS +EEditorHRuleDialogClass +e_editor_hrule_dialog_get_type +<SUBSECTION Private> +EEditorHRuleDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-image-dialog</FILE> +<TITLE>EEditorImageDialog</TITLE> +EEditorImageDialog +e_editor_image_dialog_new +e_editor_image_dialog_show +<SUBSECTION Standard> +E_EDITOR_IMAGE_DIALOG +E_IS_EDITOR_IMAGE_DIALOG +E_TYPE_EDITOR_IMAGE_DIALOG +E_EDITOR_IMAGE_DIALOG_CLASS +E_IS_EDITOR_IMAGE_DIALOG_CLASS +E_EDITOR_IMAGE_DIALOG_GET_CLASS +EEditorImageDialogClass +e_editor_image_dialog_get_type +<SUBSECTION Private> +EEditorImageDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-link-dialog</FILE> +<TITLE>EEditorLinkDialog</TITLE> +EEditorLinkDialog +e_editor_link_dialog_new +<SUBSECTION Standard> +E_EDITOR_LINK_DIALOG +E_IS_EDITOR_LINK_DIALOG +E_TYPE_EDITOR_LINK_DIALOG +E_EDITOR_LINK_DIALOG_CLASS +E_IS_EDITOR_LINK_DIALOG_CLASS +E_EDITOR_LINK_DIALOG_GET_CLASS +EEditorLinkDialogClass +e_editor_link_dialog_get_type +<SUBSECTION Private> +EEditorLinkDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-page-dialog</FILE> +<TITLE>EEditorPageDialog</TITLE> +EEditorPageDialog +e_editor_page_dialog_new +<SUBSECTION Standard> +E_EDITOR_PAGE_DIALOG +E_IS_EDITOR_PAGE_DIALOG +E_TYPE_EDITOR_PAGE_DIALOG +E_EDITOR_PAGE_DIALOG_CLASS +E_IS_EDITOR_PAGE_DIALOG_CLASS +E_EDITOR_PAGE_DIALOG_GET_CLASS +EEditorPageDialogClass +e_editor_page_dialog_get_type +<SUBSECTION Private> +EEditorPageDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-paragraph-dialog</FILE> +<TITLE>EEditorParagraphDialog</TITLE> +EEditorParagraphDialog +e_editor_paragraph_dialog_new +<SUBSECTION Standard> +E_EDITOR_PARAGRAPH_DIALOG +E_IS_EDITOR_PARAGRAPH_DIALOG +E_TYPE_EDITOR_PARAGRAPH_DIALOG +E_EDITOR_PARAGRAPH_DIALOG_CLASS +E_IS_EDITOR_PARAGRAPH_DIALOG_CLASS +E_EDITOR_PARAGRAPH_DIALOG_GET_CLASS +EEditorParagraphClass +e_editor_paragraph_dialog_get_type +<SUBSECTION Private> +EEditorParagraphDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-replace-dialog</FILE> +<TITLE>EEditorReplaceDialog</TITLE> +EEditorReplaceDialog +e_editor_replace_dialog_new +<SUBSECTION Standard> +E_EDITOR_REPLACE_DIALOG +E_IS_EDITOR_REPLACE_DIALOG +E_TYPE_EDITOR_REPLACE_DIALOG +E_EDITOR_REPLACE_DIALOG_CLASS +E_IS_EDITOR_REPLACE_DIALOG_CLASS +E_EDITOR_REPLACE_DIALOG_GET_CLASS +EEditorReplaceDialogClass +e_editor_replace_dialog_get_type +<SUBSECTION Private> +EEditorReplaceDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-html-editor-selection</FILE> +<TITLE>EHTMLEditorSelection</TITLE> +e_html_editor_selection_ref_html_html_editor_view +e_html_editor_selection_has_text +e_html_editor_selection_get_caret_word +e_html_editor_selection_replace_caret_word +EHTMLEditorSelectionAlignment +e_html_editor_selection_get_alignment +e_html_editor_selection_set_alignment +e_html_editor_selection_get_background_color +e_html_editor_selection_set_background_color +e_html_editor_selection_get_font_color +e_html_editor_selection_set_font_color +e_html_editor_selection_get_font_name +e_html_editor_selection_set_font_name +EHTMLEditorSelectionFontSize +e_html_editor_selection_get_font_size +e_html_editor_selection_set_font_size +EHTMLEditorSelectionBlockFormat +e_html_editor_selection_get_block_format +e_html_editor_selection_set_block_format +e_html_editor_selection_is_citation +e_html_editor_selection_is_indented +e_html_editor_selection_indent +e_html_editor_selection_unindent +e_html_editor_selection_is_bold +e_html_editor_selection_set_bold +e_html_editor_selection_is_italic +e_html_editor_selection_set_italic +e_html_editor_selection_is_monospaced +e_html_editor_selection_set_monospaced +e_html_editor_selection_is_strike_through +e_html_editor_selection_set_strike_through +e_html_editor_selection_is_superscript +e_html_editor_selection_set_superscript +e_html_editor_selection_is_subscript +e_html_editor_selection_set_subscript +e_html_editor_selection_is_underline +e_html_editor_selection_set_underline +e_html_editor_selection_unlink +e_html_editor_selection_create_link +e_html_editor_selection_get_string +e_html_editor_selection_replace +e_html_editor_selection_insert_html +e_html_editor_selection_insert_image +e_html_editor_selection_insert_text +e_html_editor_selection_wrap_lines +e_html_editor_selection_save +e_html_editor_selection_restore +EHTMLEditorSelectionGranularity +e_html_editor_selection_move +e_html_editor_selection_extend +<SUBSECTION Standard> +E_HTML_EDITOR_SELECTION +E_IS_HTML_EDITOR_SELECTION +E_TYPE_HTML_EDITOR_SELECTION +E_HTML_EDITOR_SELECTION_CLASS +E_IS_HTML_EDITOR_SELECTION_CLASS +E_HTML_EDITOR_SELECTION_GET_CLASS +EHTMLEditorSelectionClass +e_html_editor_selection_get_type +<SUBSECTION Private> +EHTMLEditorSelectionPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-spell-check-dialog</FILE> +<TITLE>EEditorSpellCheckDialog</TITLE> +EEditorSpellCheckDialog +e_editor_spell_check_dialog_new +e_editor_spell_check_dialog_update_dictionaries +<SUBSECTION Standard> +E_EDITOR_SPELL_CHECK_DIALOG +E_IS_EDITOR_SPELL_CHECK_DIALOG +E_TYPE_EDITOR_SPELL_CHECK_DIALOG +E_EDITOR_SPELL_CHECK_DIALOG_CLASS +E_IS_EDITOR_SPELL_CHECK_DIALOG_CLASS +E_EDITOR_SPELL_CHECK_DIALOG_GET_CLASS +EEditorSpellCheckDialogClass +e_editor_spell_check_dialog_get_type +<SUBSECTION Private> +EEditorSpellCheckDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-table-dialog</FILE> +<TITLE>EEditorTableDialog</TITLE> +EEditorTableDialog +e_editor_table_dialog_new +<SUBSECTION Standard> +E_EDITOR_TABLE_DIALOG +E_IS_EDITOR_TABLE_DIALOG +E_TYPE_EDITOR_TABLE_DIALOG +E_EDITOR_TABLE_DIALOG_CLASS +E_IS_EDITOR_TABLE_DIALOG_CLASS +E_EDITOR_TABLE_DIALOG_GET_CLASS +EEditorTableDialogClass +e_editor_table_dialog_get_type +<SUBSECTION Private> +EEditorTableDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-text-dialog</FILE> +<TITLE>EEditorTextDialog</TITLE> +EEditorTextDialog +e_editor_text_dialog_new +<SUBSECTION Standard> +E_EDITOR_TEXT_DIALOG +E_IS_EDITOR_TEXT_DIALOG +E_TYPE_EDITOR_TEXT_DIALOG +E_EDITOR_TEXT_DIALOG_CLASS +E_IS_EDITOR_TEXT_DIALOG_CLASS +E_EDITOR_TEXT_DIALOG_GET_CLASS +EEditorTextDialogClass +e_editor_text_dialog_get_type +<SUBSECTION Private> +EEditorTextDialogPrivate +</SECTION> + +<SECTION> +<FILE>e-editor-widget</FILE> +<TITLE>EHTMLEditorView</TITLE> +EHTMLEditorView +e_html_editor_view_new +e_html_editor_view_get_selection +EHTMLEditorViewCommand +e_html_editor_view_exec_command +e_html_editor_view_get_changed +e_html_editor_view_set_changed +e_html_editor_view_get_html_mode +e_html_editor_view_set_html_mode +e_html_editor_view_get_inline_spelling +e_html_editor_view_set_inline_spelling +e_html_editor_view_get_magic_links +e_html_editor_view_set_magic_links +e_html_editor_view_get_magic_smileys +e_html_editor_view_set_magic_smileys +e_html_editor_view_get_spell_checker +e_html_editor_view_get_text_html +e_html_editor_view_get_text_plain +e_html_editor_view_set_text_html +e_html_editor_view_set_text_plain +e_html_editor_view_paste_clipboard_quoted +e_html_editor_view_update_fonts +<SUBSECTION Standard> +E_HTML_EDITOR_VIEW +E_IS_HTML_EDITOR_VIEW +E_TYPE_HTML_EDITOR_VIEW +E_HTML_EDITOR_VIEW_CLASS +E_IS_HTML_EDITOR_VIEW_CLASS +E_HTML_EDITOR_VIEW_GET_CLASS +EHTMLEditorViewClass +e_html_editor_view_get_type +<SUBSECTION Private> +EHTMLEditorViewPrivate +</SECTION> + +<SECTION> +<FILE>e-emoticon</FILE> +<TITLE>EEmoticon</TITLE> +EEmoticon +e_emoticon_equal +e_emoticon_copy +e_emoticon_free +e_emoticon_get_uri +<SUBSECTION Standard> +E_TYPE_EMOTICON +e_emoticon_get_type +</SECTION> + +<SECTION> +<FILE>e-emoticon-action</FILE> +<TITLE>EEmoticonAction</TITLE> +EEmoticonAction +e_emoticon_action_new +<SUBSECTION Standard> +E_EMOTICON_ACTION +E_IS_EMOTICON_ACTION +E_TYPE_EMOTICON_ACTION +E_EMOTICON_ACTION_CLASS +E_IS_EMOTICON_ACTION_CLASS +E_EMOTICON_ACTION_GET_CLASS +EEmoticonActionClass +e_emoticon_action_get_type +<SUBSECTION Private> +EEmoticonActionPrivate +</SECTION> + +<SECTION> +<FILE>e-emoticon-chooser</FILE> +<TITLE>EEmoticonChooser</TITLE> +EEmoticonChooser +EEmoticonChooserInterface +e_emoticon_chooser_get_current_emoticon +e_emoticon_chooser_set_current_emoticon +e_emoticon_chooser_item_activated +e_emoticon_chooser_get_items +e_emoticon_chooser_lookup_emoticon +<SUBSECTION Standard> +E_EMOTICON_CHOOSER +E_IS_EMOTICON_CHOOSER +E_TYPE_EMOTICON_CHOOSER +E_EMOTICON_CHOOSER_GET_INTERFACE +e_emoticon_chooser_get_type +</SECTION> + +<SECTION> +<FILE>e-emoticon-chooser-menu</FILE> +<TITLE>EEmoticonChooserMenu</TITLE> +EEmoticonChooserMenu +e_emoticon_chooser_menu_new +<SUBSECTION Standard> +E_EMOTICON_CHOOSER_MENU +E_IS_EMOTICON_CHOOSER_MENU +E_TYPE_EMOTICON_CHOOSER_MENU +E_EMOTICON_CHOOSER_MENU_CLASS +E_IS_EMOTICON_CHOOSER_MENU_CLASS +E_EMOTICON_CHOOSER_MENU_GET_CLASS +EEmoticonChooserMenuClass +e_emoticon_chooser_menu_get_type +<SUBSECTION Private> +EEmoticonChooserMenuPrivate +</SECTION> + +<SECTION> +<FILE>e-emoticon-tool-button</FILE> +<TITLE>EEmoticonToolButton</TITLE> +EEmoticonToolButton +e_emoticon_tool_button_new +e_emoticon_tool_button_popup +e_emoticon_tool_button_popdown +<SUBSECTION Standard> +E_EMOTICON_TOOL_BUTTON +E_IS_EMOTICON_TOOL_BUTTON +E_TYPE_EMOTICON_TOOL_BUTTON +E_EMOTICON_TOOL_BUTTON_CLASS +E_IS_EMOTICON_TOOL_BUTTON_CLASS +E_EMOTICON_TOOL_BUTTON_GET_CLASS +EEmoticonToolButtonClass +e_emoticon_tool_button_get_type +<SUBSECTION Private> +EEmoticonToolButtonPrivate +</SECTION> + +<SECTION> <FILE>e-event</FILE> <TITLE>EEvent</TITLE> EEvent @@ -1908,6 +2841,25 @@ EImageChooserPrivate </SECTION> <SECTION> +<FILE>e-image-chooser-dialog</FILE> +<TITLE>EImageChooserDialog</TITLE> +EImageChooserDialog +e_image_chooser_dialog_new +e_image_chooser_dialog_run +<SUBSECTION Standard> +E_IMAGE_CHOOSER_DIALOG +E_IS_IMAGE_CHOOSER_DIALOG +E_TYPE_IMAGE_CHOOSER_DIALOG +E_IMAGE_CHOOSER_DIALOG_CLASS +E_IS_IMAGE_CHOOSER_DIALOG_CLASS +E_IMAGE_CHOOSER_DIALOG_GET_CLASS +EImageChooserDialogClass +e_image_chooser_dialog_get_type +<SUBSECTION Private> +EImageChooserDialogPrivate +</SECTION> + +<SECTION> <FILE>e-import</FILE> <TITLE>EImport</TITLE> EImport @@ -2055,6 +3007,7 @@ EMailSignatureComboBoxPrivate <TITLE>EMailSignatureEditor</TITLE> EMailSignatureEditor e_mail_signature_editor_new +e_mail_signature_editor_get_editor e_mail_signature_editor_get_focus_tracker e_mail_signature_editor_get_registry e_mail_signature_editor_get_source @@ -3392,13 +4345,71 @@ e_source_util_remote_delete </SECTION> <SECTION> +<FILE>e-spell-checker</FILE> +<TITLE>ESpellChecker</TITLE> +ESpellChecker +e_spell_checker_new +e_spell_checker_list_available_dicts +e_spell_checker_ref_dictionary +e_spell_checker_get_enchant_dict +e_spell_checker_get_language_active +e_spell_checker_set_language_active +e_spell_checker_list_active_languages +e_spell_checker_count_active_languages +e_spell_checker_check_word +e_spell_checker_learn_word +e_spell_checker_ignore_word +<SUBSECTION Standard> +E_SPELL_CHECKER +E_IS_SPELL_CHECKER +E_TYPE_SPELL_CHECKER +E_SPELL_CHECKER_CLASS +E_IS_SPELL_CHECKER_CLASS +E_SPELL_CHECKER_GET_CLASS +ESpellCheckerClass +e_spell_checker_get_type +<SUBSECTION Private> +ESpellCheckerPrivate +</SECTION> + +<SECTION> +<FILE>e-spell-dictionary</FILE> +<TITLE>ESpellDictionary</TITLE> +ESpellDictionary +e_spell_dictionary_new +e_spell_dictionary_hash +e_spell_dictionary_equal +e_spell_dictionary_compare +e_spell_dictionary_get_name +e_spell_dictionary_get_code +e_spell_dictionary_ref_spell_checker +e_spell_dictionary_check_word +e_spell_dictionary_learn_word +e_spell_dictionary_ignore_word +e_spell_dictionary_get_suggestions +e_spell_dictionary_store_correction +<SUBSECTION Standard> +E_SPELL_DICTIONARY +E_IS_SPELL_DICTIONARY +E_TYPE_SPELL_DICTIONARY +E_SPELL_DICTIONARY_CLASS +E_IS_SPELL_DICTIONARY_CLASS +E_SPELL_DICTIONARY_GET_CLASS +ESpellDictionaryClass +e_spell_dictionary_get_type +<SUBSECTION Private> +ESpellDictionaryPrivate +</SECTION> + +<SECTION> <FILE>e-spell-entry</FILE> <TITLE>ESpellEntry</TITLE> ESpellEntry e_spell_entry_new -e_spell_entry_set_languages e_spell_entry_get_checking_enabled e_spell_entry_set_checking_enabled +e_spell_entry_get_spell_checker +e_spell_entry_set_spell_checker <SUBSECTION Standard> E_SPELL_ENTRY E_IS_SPELL_ENTRY @@ -4568,74 +5579,6 @@ EWebViewPrivate </SECTION> <SECTION> -<FILE>e-web-view-gtkhtml</FILE> -<TITLE>EWebViewGtkHTML</TITLE> -EWebViewGtkHTML -e_web_view_gtkhtml_new -e_web_view_gtkhtml_clear -e_web_view_gtkhtml_load_string -e_web_view_gtkhtml_get_animate -e_web_view_gtkhtml_set_animate -e_web_view_gtkhtml_get_caret_mode -e_web_view_gtkhtml_set_caret_mode -e_web_view_gtkhtml_get_copy_target_list -e_web_view_gtkhtml_get_disable_printing -e_web_view_gtkhtml_set_disable_printing -e_web_view_gtkhtml_get_disable_save_to_disk -e_web_view_gtkhtml_set_disable_save_to_disk -e_web_view_gtkhtml_get_editable -e_web_view_gtkhtml_set_editable -e_web_view_gtkhtml_get_inline_spelling -e_web_view_gtkhtml_set_inline_spelling -e_web_view_gtkhtml_get_magic_links -e_web_view_gtkhtml_set_magic_links -e_web_view_gtkhtml_get_magic_smileys -e_web_view_gtkhtml_set_magic_smileys -e_web_view_gtkhtml_get_selected_uri -e_web_view_gtkhtml_set_selected_uri -e_web_view_gtkhtml_get_cursor_image -e_web_view_gtkhtml_set_cursor_image -e_web_view_gtkhtml_get_open_proxy -e_web_view_gtkhtml_set_open_proxy -e_web_view_gtkhtml_get_paste_target_list -e_web_view_gtkhtml_get_print_proxy -e_web_view_gtkhtml_set_print_proxy -e_web_view_gtkhtml_get_save_as_proxy -e_web_view_gtkhtml_set_save_as_proxy -e_web_view_gtkhtml_get_action -e_web_view_gtkhtml_get_action_group -e_web_view_gtkhtml_extract_uri -e_web_view_gtkhtml_copy_clipboard -e_web_view_gtkhtml_cut_clipboard -e_web_view_gtkhtml_is_selection_active -e_web_view_gtkhtml_paste_clipboard -e_web_view_gtkhtml_scroll_forward -e_web_view_gtkhtml_scroll_backward -e_web_view_gtkhtml_select_all -e_web_view_gtkhtml_unselect_all -e_web_view_gtkhtml_zoom_100 -e_web_view_gtkhtml_zoom_in -e_web_view_gtkhtml_zoom_out -e_web_view_gtkhtml_get_ui_manager -e_web_view_gtkhtml_get_popup_menu -e_web_view_gtkhtml_show_popup_menu -e_web_view_gtkhtml_status_message -e_web_view_gtkhtml_stop_loading -e_web_view_gtkhtml_update_actions -<SUBSECTION Standard> -E_WEB_VIEW_GTKHTML -E_IS_WEB_VIEW_GTKHTML -E_TYPE_WEB_VIEW_GTKHTML -E_WEB_VIEW_GTKHTML_CLASS -E_IS_WEB_VIEW_GTKHTML_CLASS -E_WEB_VIEW_GTKHTML_GET_CLASS -EWebViewGtkHTMLClass -e_web_view_gtkhtml_get_type -<SUBSECTION Private> -EWebViewGtkHTMLPrivate -</SECTION> - -<SECTION> <FILE>e-web-view-preview</FILE> <TITLE>EWebViewPreview</TITLE> EWebViewPreview diff --git a/doc/reference/evolution-util/evolution-util.types b/doc/reference/evolution-util/evolution-util.types index c47d820386..812856735e 100644 --- a/doc/reference/evolution-util/evolution-util.types +++ b/doc/reference/evolution-util/evolution-util.types @@ -55,12 +55,34 @@ e_charset_combo_box_get_type e_client_cache_get_type e_client_combo_box_get_type e_client_selector_get_type +e_color_chooser_widget_get_type +e_color_combo_get_type e_config_get_type e_config_hook_get_type e_contact_store_get_type e_data_capture_get_type e_date_edit_get_type e_destination_store_get_type +e_html_editor_get_type +e_html_editor_cell_dialog_get_type +e_html_editor_dialog_get_type +e_html_editor_find_dialog_get_type +e_html_editor_hrule_dialog_get_type +e_html_editor_image_dialog_get_type +e_html_editor_link_dialog_get_type +e_html_editor_page_dialog_get_type +e_html_editor_paragraph_dialog_get_type +e_html_editor_replace_dialog_get_type +e_html_editor_selection_get_type +e_html_editor_spell_check_dialog_get_type +e_html_editor_table_dialog_get_type +e_html_editor_text_dialog_get_type +e_html_editor_view_get_type +e_emoticon_action_get_type +e_emoticon_chooser_get_type +e_emoticon_chooser_menu_get_type +e_emoticon_get_type +e_emoticon_tool_button_get_type e_event_get_type e_event_hook_get_type e_file_request_get_type @@ -75,6 +97,7 @@ e_filter_option_get_type e_filter_part_get_type e_filter_rule_get_type e_focus_tracker_get_type +e_image_chooser_dialog_get_type e_image_chooser_get_type e_import_assistant_get_type e_import_get_type @@ -123,6 +146,8 @@ e_source_config_dialog_get_type e_source_config_get_type e_source_selector_dialog_get_type e_source_selector_get_type +e_spell_checker_get_type +e_spell_dictionary_get_type e_spell_entry_get_type e_stock_request_get_type e_table_click_to_add_get_type @@ -163,7 +188,6 @@ e_tree_table_adapter_get_type e_tree_view_frame_get_type e_url_entry_get_type e_web_view_get_type -e_web_view_gtkhtml_get_type e_web_view_preview_get_type gal_view_collection_get_type gal_view_etable_get_type |