aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-data-capture.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-4/+4
| | | | | | Win32 headers have a #define for 'interface', which breaks the build when this word is used in the code, thus replace it to 'iface', the same way as GLib or GTK+ code use to have it. (See bug #722068.)
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* 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.