Initialize the gmime for upstream
[platform/upstream/gmime.git] / docs / reference / html / gmime-data-wrappers.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>GMime Data Wrappers</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="GMime 2.6 Reference Manual">
8 <link rel="up" href="fundamentals.html" title="Part II. GMime Fundamentals">
9 <link rel="prev" href="gmime-filters.html" title="GMime Stream Filters">
10 <link rel="next" href="core.html" title="Part III. GMime Core Reference">
11 <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16 <td><a accesskey="p" href="gmime-filters.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td><a accesskey="u" href="fundamentals.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">GMime 2.6 Reference Manual</th>
20 <td><a accesskey="n" href="core.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="refentry">
23 <a name="gmime-data-wrappers"></a><div class="titlepage"></div>
24 <div class="refnamediv"><table width="100%"><tr>
25 <td valign="top">
26 <h2><span class="refentrytitle">GMime Data Wrappers</span></h2>
27 <p>GMime Data Wrappers — How to use GMime Data Wrappers</p>
28 </td>
29 <td valign="top" align="right"></td>
30 </tr></table></div>
31 <div class="refsect1">
32 <a name="data-wrapper-overview"></a><h2>Overview of Data Wrappers</h2>
33 <p>Data wrappers are very simple. A GMimeDataWrapper object
34     contains both a stream and an encoding-type. The encoding-type
35     (such as GMIME_PART_ENCODING_BASE64) is used by
36     g_mime_data_wrapper_write_to_stream() in order to decode the data
37     into its unencoded form. This means that you, the application
38     programmer, do not need to worry about decoding the content stream
39     yourself.</p>
40 </div>
41 </div>
42 <div class="footer">
43 <hr>
44           Generated by GTK-Doc V1.18</div>
45 </body>
46 </html>