diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-01 04:32:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-01 04:34:06 +0800 |
commit | aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae (patch) | |
tree | f568443108a6853870678cc94f4fa747610b8f38 /doc | |
parent | dc3535158168a80f1593880ad1c103fa79cade98 (diff) | |
download | gsoc2013-evolution-aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae.tar.gz gsoc2013-evolution-aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae.tar.zst gsoc2013-evolution-aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae.zip |
Move EPoolv back to Evolution from libedataserver.
MessageList is the only thing still using it.
EMemPool is gone now, so it uses CamelMemPool instead (same thing).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/eshell-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/reference/shell/eshell-docs.sgml b/doc/reference/shell/eshell-docs.sgml index 2556a58320..6101932139 100644 --- a/doc/reference/shell/eshell-docs.sgml +++ b/doc/reference/shell/eshell-docs.sgml @@ -37,6 +37,7 @@ <xi:include href="xml/e-html-utils.xml"/> <xi:include href="xml/e-icon-factory.xml"/> <xi:include href="xml/e-logger.xml"/> + <xi:include href="xml/e-poolv.xml"/> <xi:include href="xml/e-print.xml"/> <xi:include href="xml/e-selection.xml"/> <xi:include href="xml/e-signature.xml"/> diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 7f09d4ea89..7ee56ab6bf 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -546,6 +546,16 @@ EModulePrivate </SECTION> <SECTION> +<FILE>e-poolv</FILE> +<TITLE>EPoolv</TITLE> +EPoolv +e_poolv_new +e_poolv_set +e_poolv_get +e_poolv_destroy +</SECTION> + +<SECTION> <FILE>e-print</FILE> <TITLE>Printing</TITLE> e_print_operation_new |