gmime-filter-strip

gmime-filter-strip

Synopsis




                    GMimeFilterStrip;
GMimeFilter*        g_mime_filter_strip_new             (void);


Object Hierarchy


  GObject
   +----GMimeFilter
         +----GMimeFilterStrip

Description

Details

GMimeFilterStrip

typedef struct _GMimeFilterStrip GMimeFilterStrip;


g_mime_filter_strip_new ()

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.