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 /e-util/e-util.h | |
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 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index d60a6f0f62..3870c45c69 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -85,6 +85,7 @@ #include <e-util/e-client-selector.h> #include <e-util/e-config.h> #include <e-util/e-contact-store.h> +#include <e-util/e-data-capture.h> #include <e-util/e-dateedit.h> #include <e-util/e-datetime-format.h> #include <e-util/e-destination-store.h> |