summaryrefslogtreecommitdiff
path: root/telepathy-glib/cm-message.c
Commit message (Expand)AuthorAgeFilesLines
* many fixes to documentation commentsJonny Lamb2012-04-061-1/+1
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Version 0.15.5telepathy-glib-0.15.5Will Thompson2011-08-171-1/+1
* Copy the message more deeply so it may be unreffed or changedDanielle Madeley2011-06-091-2/+20
* Add a new method tp_cm_message_set_message()Danielle Madeley2011-06-081-0/+36
* fix gcc 4.6 "variable is set but not used" warningsDan Winship2011-03-151-4/+0
* Prepare version 0.13.10telepathy-glib-0.13.10Will Thompson2010-12-201-1/+1
* tp_cm_message_new_text: addSimon McVittie2010-12-131-0/+37
* Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"Simon McVittie2010-12-131-5/+5
* Prepare version 0.13.9telepathy-glib-0.13.9Simon McVittie2010-12-101-5/+7
* tp_cm_message_get_sender: addSimon McVittie2010-12-101-0/+18
* reorder includesGuillaume Desmottes2010-12-091-1/+1
* move TpMessage message-mixin specific variables to TpCMMessageGuillaume Desmottes2010-12-091-2/+2
* more use of tp_message_append_part() instead of creating the hash table manuallyGuillaume Desmottes2010-12-091-6/+2
* cm-message: stop reffing handlesGuillaume Desmottes2010-12-091-94/+0
* _tp_cm_message_new_from_parts: get a TpBaseConnectionGuillaume Desmottes2010-12-091-3/+3
* tp_cm_message_new: remove size_hint argGuillaume Desmottes2010-12-091-4/+1
* _tp_cm_message_new_from_parts: use tp_cm_message_set_sender()Guillaume Desmottes2010-12-091-1/+1
* improve doc of tp_cm_message_set_senderGuillaume Desmottes2010-12-091-1/+2
* cm-message: properly init TpCMMessagePrivateGuillaume Desmottes2010-12-091-1/+1
* remove initial-parts and size-hint propertiesGuillaume Desmottes2010-12-091-4/+9
* add _tp_cm_message_new_from_parts()Guillaume Desmottes2010-12-091-0/+32
* improve Tp*Message descriptionsGuillaume Desmottes2010-12-091-2/+2
* tp_cm_message_set_sender: set message-sender-idGuillaume Desmottes2010-12-091-0/+13
* rename tp_message_ref_handles to tp_cm_message_ref_handlesGuillaume Desmottes2010-12-091-3/+3
* tp_cm_message_set_sender: don't use the deprecated tp_message_set_handleGuillaume Desmottes2010-12-091-2/+3
* TpMessage: add initial-parts and size-hint propertiesGuillaume Desmottes2010-12-091-11/+5
* Document TpCMMessageGuillaume Desmottes2010-12-091-4/+4
* Deprecate tp_message_set_handle() in favor of tp_cm_message_set_sender()Guillaume Desmottes2010-12-091-30/+1
* add tp_cm_message_set_senderGuillaume Desmottes2010-12-091-0/+20
* move the connection and handle set to TpCMMessagePrivateGuillaume Desmottes2010-12-091-14/+38
* move implementation of some CM specific methods to cm-messageGuillaume Desmottes2010-12-091-0/+194
* add TpCMMessageGuillaume Desmottes2010-12-091-0/+82