TelepathyGLib.ClientMessage

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

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

class

new ()

class

new_text (type, text)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class TelepathyGLib.ClientMessage(**kwargs)
Bases:

TelepathyGLib.Message

Abstract:

No

Structure:

TelepathyGLib.ClientMessageClass

Opaque structure representing a message in the Telepathy messages interface (client side).

New in version 0.13.9.

classmethod new()
Returns:

a newly allocated TelepathyGLib.ClientMessage having only the header part.

Return type:

TelepathyGLib.Message

A convenient function to create a new TelepathyGLib.ClientMessage

New in version 0.13.9.

classmethod new_text(type, text)
Parameters:
Returns:

a newly allocated TelepathyGLib.ClientMessage

Return type:

TelepathyGLib.Message

A convenient function to create a new TelepathyGLib.ClientMessage having ‘text/plain’ as ‘content-type’, type as ‘message-type’ and text as ‘content’.

New in version 0.13.9.