GMimeOpenPGPMarker

An OpenPGP marker for use with GMime's internal state machines used for detecting OpenPGP blocks.

Members

Variables

after
GMimeOpenPGPState after;

The #GMimeOpenPGPState that the state machine will transition into once this marker is found.

before
GMimeOpenPGPState before;

The #GMimeOpenPGPState that the state machine must be in before encountering this marker.

isEndMarker
gboolean isEndMarker;

true if the marker is an end marker; otherwise, false.

len
size_t len;

The length of the OpenPGP marker.

marker
const(char)* marker;

The OpenPGP marker.