MilterErrorEmittable

MilterErrorEmittable — An interface for "error" signal.

Functions

シグナル

オブジェクト階層

    GInterface
    ╰── MilterErrorEmittable

説明

The MilterErrorEmittable interface provides “error” signal. “error” signal will be emitted on error.

Functions

milter_error_emittable_emit ()

void
milter_error_emittable_emit (MilterErrorEmittable *emittable,
                             GError *error);

Emits “error” signal.

Parameters

emittable

MilterErrorEmittable

 

error

エラーの詳細を示したGError

 

Types and Values

シグナル詳細

The “error” signal

void
user_function (MilterErrorEmittable *emittable,
               gpointer              arg1,
               gpointer              user_data)

Flags: Run Last