gmime.filter_open_pgp

Module for [FilterOpenPGP] class

Types 3

A filter to detect OpenPGP markers.

Methods
GType _gType() @property
FilterOpenPGP self()Returns `this`, for use in `with` statements.
FilterOpenPGPGidBuilder builder()Get builder for [gmime.filteropenpgp.FilterOpenPGP] Returns: New builder object
long getBeginOffset()Gets the stream offset of the beginning of the OpenPGP data block, if any have been found. Returns: The stream offset or %-1 if no OpenPGP block was found.
gmime.types.OpenPGPData getDataType()Gets the type of OpenPGP data that has been detected. Returns: a #GMimeOpenPGPData value.
long getEndOffset()Gets the stream offset of the end of the OpenPGP data block, if any have been found. Returns: The stream offset or %-1 if no OpenPGP block was found.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GMimeFilterOpenPGP filter. Returns: a new #GMimeFilterOpenPGP filter.

Fluent builder for [gmime.filter_open_pgp.FilterOpenPGP]