aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-data-capture.c
Commit message (Collapse)AuthorAgeFilesLines
* Add EDataCapture.Matthew Barnes2013-04-241-0/+359
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.