diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-04-24 03:06:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-24 08:06:01 +0800 |
commit | c64602b39797e4d1ffdc23766b2caaf5a0be000b (patch) | |
tree | 93ee3eced216fe28437ec54eeab23ea0396ff746 /doc/reference/libeutil/libeutil-docs.sgml | |
parent | ea7e2ab44b9c8d03c7cee3569becb3dcf15e8bb1 (diff) | |
download | gsoc2013-evolution-c64602b39797e4d1ffdc23766b2caaf5a0be000b.tar.gz gsoc2013-evolution-c64602b39797e4d1ffdc23766b2caaf5a0be000b.tar.zst gsoc2013-evolution-c64602b39797e4d1ffdc23766b2caaf5a0be000b.zip |
Add EDataCapture.
EDataCapture is a GConverter that captures data until the end of the
input data is seen, then emits a "finished" signal with the captured
data in a GBytes instance.
When used with GConverterInputStream or GConverterOutputStream, an
EDataCapture can discreetly capture stream content for the purpose
of caching.
Diffstat (limited to 'doc/reference/libeutil/libeutil-docs.sgml')
-rw-r--r-- | doc/reference/libeutil/libeutil-docs.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/libeutil/libeutil-docs.sgml b/doc/reference/libeutil/libeutil-docs.sgml index 2442b435eb..2d705be6c3 100644 --- a/doc/reference/libeutil/libeutil-docs.sgml +++ b/doc/reference/libeutil/libeutil-docs.sgml @@ -230,6 +230,7 @@ <xi:include href="xml/e-cell-renderer-color.xml"/> <xi:include href="xml/e-charset-combo-box.xml"/> <xi:include href="xml/e-contact-store.xml"/> + <xi:include href="xml/e-data-capture.xml"/> <xi:include href="xml/e-dateedit.xml"/> <xi:include href="xml/e-destination-store.xml"/> <xi:include href="xml/e-focus-tracker.xml"/> |