File: data-wrappers.sgml

package info (click to toggle)
gmime 3.2.13%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,208 kB
  • sloc: ansic: 46,569; makefile: 574; sh: 300; python: 8; perl: 6
file content (22 lines) | stat: -rw-r--r-- 808 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<refentry id="gmime-data-wrappers">
  <refmeta>
    <refentrytitle>Data Wrappers</refentrytitle>
    <refmiscinfo>GMime Library</refmiscinfo>
  </refmeta>

  <refnamediv>
    <refname>Data Wrappers</refname>
    <refpurpose>How to use Data Wrappers</refpurpose>
  </refnamediv>
  <refsect1 id="data-wrapper-overview">
    <title>Overview of Data Wrappers</title>
    
    <para>Data wrappers are very simple. A GMimeDataWrapper object
    contains both a stream and an encoding-type. The encoding-type
    (such as GMIME_PART_ENCODING_BASE64) is used by
    g_mime_data_wrapper_write_to_stream() in order to decode the data
    into its unencoded form. This means that you, the application
    programmer, do not need to worry about decoding the content stream
    yourself.</para>
  </refsect1>
</refentry>