From c64602b39797e4d1ffdc23766b2caaf5a0be000b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 23 Apr 2013 15:06:01 -0400 Subject: 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. --- e-util/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/Makefile.am') diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 84331e24aa..e7a8f794cc 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -168,6 +168,7 @@ eutilinclude_HEADERS = \ e-client-selector.h \ e-config.h \ e-contact-store.h \ + e-data-capture.h \ e-dateedit.h \ e-datetime-format.h \ e-destination-store.h \ @@ -415,6 +416,7 @@ libeutil_la_SOURCES = \ e-client-selector.c \ e-config.c \ e-contact-store.c \ + e-data-capture.c \ e-dateedit.c \ e-datetime-format.c \ e-destination-store.c \ -- cgit v1.2.3