diff options
| author | Matthew Barnes <mbarnes@redhat.com> | 2013-09-25 09:36:14 -0400 |
|---|---|---|
| committer | Matthew Barnes <mbarnes@redhat.com> | 2013-09-25 09:49:17 -0400 |
| commit | 563cdea61e51a3ae962a94c7ee8ecfd5a5bc5101 (patch) | |
| tree | a4e6a4a37539a218026690524f0b630598837eae /docs/reference | |
| parent | f4a5f67aef57975004931bdf13f68288f7172216 (diff) | |
| download | evolution-data-server-563cdea61e51a3ae962a94c7ee8ecfd5a5bc5101.tar.gz | |
CamelStream: Add a "base-stream" property.
CamelStream is no longer an abstract class. It can now act as a thin
GIOStream wrapper by way of camel_stream_new().
This is a step towards elminating CamelStream itself. The plan is to
start removing CamelStream subclasses and using GIO streams directly,
until only CamelStream remains. Then replace CamelStream arguments
with GIOStream/GInputStream/GOutputStream in higher level APIs like
CamelDataWrapper.
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/camel/camel-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/camel/camel-sections.txt b/docs/reference/camel/camel-sections.txt index 567a50148..971f45465 100644 --- a/docs/reference/camel/camel-sections.txt +++ b/docs/reference/camel/camel-sections.txt @@ -2583,6 +2583,8 @@ CamelStoreSummaryPrivate <FILE>camel-stream</FILE> <TITLE>CamelStream</TITLE> CamelStream +camel_stream_new +camel_stream_get_base_stream camel_stream_read camel_stream_write camel_stream_flush @@ -2599,6 +2601,8 @@ CAMEL_IS_STREAM_CLASS CAMEL_STREAM_GET_CLASS CamelStreamClass camel_stream_get_type +<SUBSECTION Private> +CamelStreamPrivate </SECTION> <SECTION> |
