summaryrefslogtreecommitdiff
path: root/docs/reference/html/gmime-data-wrappers.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/html/gmime-data-wrappers.html')
-rw-r--r--docs/reference/html/gmime-data-wrappers.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/reference/html/gmime-data-wrappers.html b/docs/reference/html/gmime-data-wrappers.html
new file mode 100644
index 0000000..01ab340
--- /dev/null
+++ b/docs/reference/html/gmime-data-wrappers.html
@@ -0,0 +1,46 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>GMime Data Wrappers</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="GMime 2.6 Reference Manual">
+<link rel="up" href="fundamentals.html" title="Part II. GMime Fundamentals">
+<link rel="prev" href="gmime-filters.html" title="GMime Stream Filters">
+<link rel="next" href="core.html" title="Part III. GMime Core Reference">
+<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
+<td><a accesskey="p" href="gmime-filters.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="fundamentals.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">GMime 2.6 Reference Manual</th>
+<td><a accesskey="n" href="core.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="refentry">
+<a name="gmime-data-wrappers"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle">GMime Data Wrappers</span></h2>
+<p>GMime Data Wrappers — How to use GMime Data Wrappers</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsect1">
+<a name="data-wrapper-overview"></a><h2>Overview of Data Wrappers</h2>
+<p>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.</p>
+</div>
+</div>
+<div class="footer">
+<hr>
+ Generated by GTK-Doc V1.18</div>
+</body>
+</html> \ No newline at end of file