Top |
TpClientMessage is used within Telepathy clients to represent a message composed by a client, which it will send using the Messages interface. Its subclass TpSignalledMessage represents messages as signalled by a connection manager.
TpMessage *
tp_client_message_new (void
);
A convenient function to create a new TpClientMessage
Since 0.13.9
TpMessage * tp_client_message_new_text (TpChannelTextMessageType type
,const gchar *text
);
A convenient function to create a new TpClientMessage having
'text/plain' as 'content-type', type
as 'message-type' and
text
as 'content'.
Since 0.13.9