Top | ![]() |
![]() |
![]() |
![]() |
GInputStream * e_soup_logger_attach (SoupMessage *message
,GInputStream *input_stream
);
Remembers what had been read from the input_stream
and prints it
to stdout when the message
is finished. The function assumes
ownership of the input_stream
.
message |
a SoupMessage |
|
input_stream |
a GInputStream, associated with the |
[transfer full] |
a new input stream, to be used instead of the input_stream
.
It should be freed with g_object_unref()
, when no longer needed.
[transfer full]
Since: 3.38