Class

CMVerificationEvent

since: 0

Description

final class CM.VerificationEvent : CM.Event
{
  /* No available fields */
}
No description available.

Available since: 0

Ancestors

Instance methods

cm_verification_event_cancel_async
No description available.

since: 0

cm_verification_event_cancel_finish
No description available.

since: 0

cm_verification_event_continue_async
No description available.

since: 0

cm_verification_event_continue_finish
No description available.

since: 0

cm_verification_event_match_async
No description available.

since: 0

cm_verification_event_match_finish
No description available.

since: 0

Methods inherited from CmEvent (6)
cm_event_get_id
No description available.

since: 0

cm_event_get_m_type

Get the Matrix type of an event.

since: 0

cm_event_get_sender

Get the sender of the event.

since: 0

cm_event_get_state
No description available.

since: 0

cm_event_get_time_stamp

Get the event time stamp in milliseconds.

since: 0

cm_event_is_encrypted
No description available.

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from CmEvent (1)
CmEvent::updated

Emitted when the state of the event changed. See CmEventState and cm_event_get_state().

since: 0

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct CMVerificationEventClass {
  CmEventClass parent_class;
  
}
No description available.
Class members
parent_class: CmEventClass
No description available.