diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-10-14 23:48:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-10-26 00:51:11 +0800 |
commit | c44f909b52e3e206b41ab64dac00ac9ae7fa008d (patch) | |
tree | 8b8f727acb4dd2aec418d7acbb13470f5ccd01eb /doc | |
parent | 50f322c578b697f5a9b91d6289308927ec3d21c0 (diff) | |
download | gsoc2013-evolution-c44f909b52e3e206b41ab64dac00ac9ae7fa008d.tar gsoc2013-evolution-c44f909b52e3e206b41ab64dac00ac9ae7fa008d.tar.gz gsoc2013-evolution-c44f909b52e3e206b41ab64dac00ac9ae7fa008d.tar.bz2 gsoc2013-evolution-c44f909b52e3e206b41ab64dac00ac9ae7fa008d.tar.lz gsoc2013-evolution-c44f909b52e3e206b41ab64dac00ac9ae7fa008d.tar.xz gsoc2013-evolution-c44f909b52e3e206b41ab64dac00ac9ae7fa008d.tar.zst gsoc2013-evolution-c44f909b52e3e206b41ab64dac00ac9ae7fa008d.zip |
Add EProxySelector.
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 | 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 92ecf1f282..2eae89c0b2 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-selector.xml"/> <xi:include href="xml/e-search-bar.xml"/> <xi:include href="xml/e-selectable.xml"/> <xi:include href="xml/e-selection-model-array.xml"/> diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index bca6945a6f..52471c5cc9 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-selector</FILE> +<TITLE>EProxySelector</TITLE> +EProxySelector +e_proxy_selector_new +e_proxy_selector_refresh +e_proxy_selector_get_registry +e_proxy_selector_ref_selected +e_proxy_selector_set_selected +<SUBSECTION Standard> +E_PROXY_SELECTOR +E_IS_PROXY_SELECTOR +E_TYPE_PROXY_SELECTOR +E_PROXY_SELECTOR_CLASS +E_IS_PROXY_SELECTOR_CLASS +E_PROXY_SELECTOR_GET_CLASS +EProxySelectorClass +e_proxy_selector_get_type +<SUBSECTION Private> +EProxySelectorPrivate +</SECTION> + +<SECTION> <FILE>e-reflow</FILE> <TITLE>EReflow</TITLE> EReflow diff --git a/doc/reference/evolution-util/evolution-util.types b/doc/reference/evolution-util/evolution-util.types index cd6063183c..166ea7565f 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_selector_get_type e_reflow_get_type e_reflow_model_get_type e_rule_context_get_type |