SoupContentProcessor: new interface
authorSergio Villar Senin <svillar@igalia.com>
Mon, 30 Jul 2012 11:31:05 +0000 (13:31 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 2 Nov 2012 16:52:08 +0000 (09:52 -0700)
commit4bec9ebc81ffb5d20dc121ee7818272c697faaa6
treed661da1ac1c15245596953f0f03c5aa3a355ea3a
parent2e1e6999f627bce6fb18e5d94e256da2ac5fef30
SoupContentProcessor: new interface

New SoupContentProcessor interface. It defines a _wrap_input() function which
implementors will use to add their own stream on top of the given base
stream.

https://bugzilla.gnome.org/show_bug.cgi?id=682112
libsoup/Makefile.am
libsoup/soup-content-processor.c [new file with mode: 0644]
libsoup/soup-content-processor.h [new file with mode: 0644]