diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-10-15 23:05:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-10-26 00:51:11 +0800 |
commit | 6dc14b19df2544f9c17ff636b66ef7fce8b5e026 (patch) | |
tree | 4a42724f7ea446ddba96e7c6a7c223a030199e04 /doc/reference | |
parent | c44f909b52e3e206b41ab64dac00ac9ae7fa008d (diff) | |
download | gsoc2013-evolution-6dc14b19df2544f9c17ff636b66ef7fce8b5e026.tar.gz gsoc2013-evolution-6dc14b19df2544f9c17ff636b66ef7fce8b5e026.tar.zst gsoc2013-evolution-6dc14b19df2544f9c17ff636b66ef7fce8b5e026.zip |
Add EProxyEditor.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 22 | ||||
-rw-r--r-- | doc/reference/evolution-util/evolution-util.types | 1 |
3 files changed, 24 insertions, 0 deletions
diff --git a/doc/reference/evolution-util/evolution-util-docs.sgml b/doc/reference/evolution-util/evolution-util-docs.sgml index 2eae89c0b2..ff09f82069 100644 --- a/doc/reference/evolution-util/evolution-util-docs.sgml +++ b/doc/reference/evolution-util/evolution-util-docs.sgml @@ -248,6 +248,7 @@ <xi:include href="xml/e-preview-pane.xml"/> <xi:include href="xml/e-printable.xml"/> <xi:include href="xml/e-proxy-combo-box.xml"/> + <xi:include href="xml/e-proxy-editor.xml"/> <xi:include href="xml/e-proxy-selector.xml"/> <xi:include href="xml/e-search-bar.xml"/> <xi:include href="xml/e-selectable.xml"/> diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 52471c5cc9..de416f11b2 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -2773,6 +2773,28 @@ EProxyComboBoxPrivate </SECTION> <SECTION> +<FILE>e-proxy-editor</FILE> +<TITLE>EProxyEditor</TITLE> +EProxyEditor +e_proxy_editor_new +e_proxy_editor_save +e_proxy_editor_get_registry +e_proxy_editor_ref_source +e_proxy_editor_set_source +<SUBSECTION Standard> +E_PROXY_EDITOR +E_IS_PROXY_EDITOR +E_TYPE_PROXY_EDITOR +E_PROXY_EDITOR_CLASS +E_IS_PROXY_EDITOR_CLASS +E_PROXY_EDITOR_GET_CLASS +EProxyEditorClass +e_proxy_editor_get_type +<SUBSECTION Private> +EProxyEditorPrivate +</SECTION> + +<SECTION> <FILE>e-proxy-selector</FILE> <TITLE>EProxySelector</TITLE> EProxySelector diff --git a/doc/reference/evolution-util/evolution-util.types b/doc/reference/evolution-util/evolution-util.types index 166ea7565f..111609595b 100644 --- a/doc/reference/evolution-util/evolution-util.types +++ b/doc/reference/evolution-util/evolution-util.types @@ -102,6 +102,7 @@ e_preferences_window_get_type e_preview_pane_get_type e_printable_get_type e_proxy_combo_box_get_type +e_proxy_editor_get_type e_proxy_selector_get_type e_reflow_get_type e_reflow_model_get_type |