TelepathyGLib.SignalledMessage

g GObject.Object GObject.Object TelepathyGLib.Message TelepathyGLib.Message GObject.Object->TelepathyGLib.Message TelepathyGLib.SignalledMessage TelepathyGLib.SignalledMessage TelepathyGLib.Message->TelepathyGLib.SignalledMessage

Subclasses:

None

Methods

Inherited:

TelepathyGLib.Message (31), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

get_sender (message)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

sender

TelepathyGLib.Contact

r/w/co

The sender of the message

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class TelepathyGLib.SignalledMessage(**kwargs)
Bases:

TelepathyGLib.Message

Abstract:

No

Structure:

TelepathyGLib.SignalledMessageClass

Opaque structure representing a received message using the Telepathy messages interface

New in version 0.13.9.

classmethod get_sender(message)
Parameters:

message (TelepathyGLib.Message) – a TelepathyGLib.SignalledMessage

Returns:

the sender of the message

Return type:

TelepathyGLib.Contact

Returns a TelepathyGLib.Contact representing the sender of message if known, None otherwise.

New in version 0.13.9.

Property Details

TelepathyGLib.SignalledMessage.props.sender
Name:

sender

Type:

TelepathyGLib.Contact

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

A TelepathyGLib.Contact representing the sender of the message, if known, or None otherwise.

New in version 0.13.9.