diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-10-19 07:43:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-10-26 00:51:12 +0800 |
commit | 559d4cf8bf8f309b33ae3ff426ebb4f2c6015c79 (patch) | |
tree | b669cbb2f6cd8b5623c51e8382fb257c5395ed93 /doc | |
parent | 6dc14b19df2544f9c17ff636b66ef7fce8b5e026 (diff) | |
download | gsoc2013-evolution-559d4cf8bf8f309b33ae3ff426ebb4f2c6015c79.tar gsoc2013-evolution-559d4cf8bf8f309b33ae3ff426ebb4f2c6015c79.tar.gz gsoc2013-evolution-559d4cf8bf8f309b33ae3ff426ebb4f2c6015c79.tar.bz2 gsoc2013-evolution-559d4cf8bf8f309b33ae3ff426ebb4f2c6015c79.tar.lz gsoc2013-evolution-559d4cf8bf8f309b33ae3ff426ebb4f2c6015c79.tar.xz gsoc2013-evolution-559d4cf8bf8f309b33ae3ff426ebb4f2c6015c79.tar.zst gsoc2013-evolution-559d4cf8bf8f309b33ae3ff426ebb4f2c6015c79.zip |
Add EProxyLinkSelector.
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 | 20 | ||||
-rw-r--r-- | doc/reference/evolution-util/evolution-util.types | 1 |
3 files changed, 22 insertions, 0 deletions
diff --git a/doc/reference/evolution-util/evolution-util-docs.sgml b/doc/reference/evolution-util/evolution-util-docs.sgml index ff09f82069..9075c3a65e 100644 --- a/doc/reference/evolution-util/evolution-util-docs.sgml +++ b/doc/reference/evolution-util/evolution-util-docs.sgml @@ -249,6 +249,7 @@ <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-link-selector.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 de416f11b2..30e92b6edf 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -2795,6 +2795,26 @@ EProxyEditorPrivate </SECTION> <SECTION> +<FILE>e-proxy-link-selector</FILE> +<TITLE>EProxyLinkSelector</TITLE> +EProxyLinkSelector +e_proxy_link_selector_new +e_proxy_link_selector_ref_target_source +e_proxy_link_selector_set_target_source +<SUBSECTION Standard> +E_PROXY_LINK_SELECTOR +E_IS_PROXY_LINK_SELECTOR +E_TYPE_PROXY_LINK_SELECTOR +E_PROXY_LINK_SELECTOR_CLASS +E_IS_PROXY_LINK_SELECTOR_CLASS +E_PROXY_LINK_SELECTOR_GET_CLASS +EProxyLinkSelectorClass +e_proxy_link_selector_get_type +<SUBSECTION Private> +EProxyLinkSelectorPrivate +</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 111609595b..778e3b86f4 100644 --- a/doc/reference/evolution-util/evolution-util.types +++ b/doc/reference/evolution-util/evolution-util.types @@ -103,6 +103,7 @@ e_preview_pane_get_type e_printable_get_type e_proxy_combo_box_get_type e_proxy_editor_get_type +e_proxy_link_selector_get_type e_proxy_selector_get_type e_reflow_get_type e_reflow_model_get_type |