|  |  |  | GMime 2.6 Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
typedef struct _GMimeFilterStrip GMimeFilterStrip;
A filter for stripping whitespace from the end of lines.
GMimeFilter *       g_mime_filter_strip_new             (void);
Creates a new GMimeFilterStrip filter which will strip trailing whitespace from every line of input passed through the filter.
| Returns : | a new strip filter. |