Initialize the gmime for upstream
[platform/upstream/gmime.git] / docs / reference / html / GMimeFilterStrip.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>GMimeFilterStrip</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="Filters.html" title="Stream Filters">
9 <link rel="prev" href="GMimeFilterMd5.html" title="GMimeFilterMd5">
10 <link rel="next" href="GMimeFilterWindows.html" title="GMimeFilterWindows">
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">
16 <tr valign="middle">
17 <td><a accesskey="p" href="GMimeFilterMd5.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td><a accesskey="u" href="Filters.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20 <th width="100%" align="center">GMime 2.6 Reference Manual</th>
21 <td><a accesskey="n" href="GMimeFilterWindows.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22 </tr>
23 <tr><td colspan="5" class="shortcuts">
24 <a href="#GMimeFilterStrip.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#GMimeFilterStrip.description" class="shortcut">Description</a>
27                    | 
28                   <a href="#GMimeFilterStrip.object-hierarchy" class="shortcut">Object Hierarchy</a>
29 </td></tr>
30 </table>
31 <div class="refentry">
32 <a name="GMimeFilterStrip"></a><div class="titlepage"></div>
33 <div class="refnamediv"><table width="100%"><tr>
34 <td valign="top">
35 <h2><span class="refentrytitle"><a name="GMimeFilterStrip.top_of_page"></a>GMimeFilterStrip</span></h2>
36 <p>GMimeFilterStrip — Strip trailing whitespace from the end of lines</p>
37 </td>
38 <td valign="top" align="right"></td>
39 </tr></table></div>
40 <div class="refsynopsisdiv">
41 <a name="GMimeFilterStrip.synopsis"></a><h2>Synopsis</h2>
42 <pre class="synopsis">struct              <a class="link" href="GMimeFilterStrip.html#GMimeFilterStrip-struct" title="struct GMimeFilterStrip">GMimeFilterStrip</a>;
43 <a class="link" href="GMimeFilter.html" title="GMimeFilter"><span class="returnvalue">GMimeFilter</span></a> *       <a class="link" href="GMimeFilterStrip.html#g-mime-filter-strip-new" title="g_mime_filter_strip_new ()">g_mime_filter_strip_new</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
44 </pre>
45 </div>
46 <div class="refsect1">
47 <a name="GMimeFilterStrip.object-hierarchy"></a><h2>Object Hierarchy</h2>
48 <pre class="synopsis">
49   GObject
50    +----<a class="link" href="GMimeFilter.html" title="GMimeFilter">GMimeFilter</a>
51          +----GMimeFilterStrip
52 </pre>
53 </div>
54 <div class="refsect1">
55 <a name="GMimeFilterStrip.description"></a><h2>Description</h2>
56 <p>
57 A <a class="link" href="GMimeFilter.html" title="GMimeFilter"><span class="type">GMimeFilter</span></a> used for stripping trailing whitespace from the end
58 of lines.
59 </p>
60 </div>
61 <div class="refsect1">
62 <a name="GMimeFilterStrip.details"></a><h2>Details</h2>
63 <div class="refsect2">
64 <a name="GMimeFilterStrip-struct"></a><h3>struct GMimeFilterStrip</h3>
65 <pre class="programlisting">struct GMimeFilterStrip;</pre>
66 <p>
67 A filter for stripping whitespace from the end of lines.
68 </p>
69 <div class="variablelist"><table border="0">
70 <col align="left" valign="top">
71 <tbody></tbody>
72 </table></div>
73 </div>
74 <hr>
75 <div class="refsect2">
76 <a name="g-mime-filter-strip-new"></a><h3>g_mime_filter_strip_new ()</h3>
77 <pre class="programlisting"><a class="link" href="GMimeFilter.html" title="GMimeFilter"><span class="returnvalue">GMimeFilter</span></a> *       g_mime_filter_strip_new             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
78 <p>
79 Creates a new <a class="link" href="GMimeFilterStrip.html" title="GMimeFilterStrip"><span class="type">GMimeFilterStrip</span></a> filter which will strip trailing
80 whitespace from every line of input passed through the filter.
81 </p>
82 <div class="variablelist"><table border="0">
83 <col align="left" valign="top">
84 <tbody><tr>
85 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
86 <td>a new strip filter.</td>
87 </tr></tbody>
88 </table></div>
89 </div>
90 </div>
91 <div class="refsect1">
92 <a name="GMimeFilterStrip.see-also"></a><h2>See Also</h2>
93 <a class="link" href="GMimeFilter.html" title="GMimeFilter"><span class="type">GMimeFilter</span></a>
94 </div>
95 </div>
96 <div class="footer">
97 <hr>
98           Generated by GTK-Doc V1.18</div>
99 </body>
100 </html>