summaryrefslogtreecommitdiff
path: root/telepathy-glib/message.c
Commit message (Expand)AuthorAgeFilesLines
* Always flag delivery reports with Non_Text_ContentWill Thompson2013-04-141-2/+4
* prepare 0.19.10telepathy-glib-0.19.10Guillaume Desmottes2012-09-261-2/+2
* tp_message_set_variant: add and testSimon McVittie2012-09-261-1/+40
* tp_message_dup_part: addSimon McVittie2012-09-261-0/+24
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-1/+1
* many fixes to documentation commentsJonny Lamb2012-04-061-1/+1
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-6/+6
* prepare 0.15.3telepathy-glib_0.15.3Guillaume Desmottes2011-07-081-1/+1
* Add tp_message_get_pending_message_id()Guillaume Desmottes2011-07-061-2/+23
* annotate tp_message_peek()Guillaume Desmottes2011-02-081-1/+2
* Prepare version 0.13.10telepathy-glib-0.13.10Will Thompson2010-12-201-1/+1
* tp_message_get_message_type: addSimon McVittie2010-12-131-0/+19
* Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"Simon McVittie2010-12-131-28/+28
* Add some missing Since annotationsSimon McVittie2010-12-131-0/+16
* Prepare version 0.13.9telepathy-glib-0.13.9Simon McVittie2010-12-101-8/+8
* Add convenience accessors for most of the Message headersSimon McVittie2010-12-101-0/+195
* reorder includesGuillaume Desmottes2010-12-091-1/+1
* fix typoGuillaume Desmottes2010-12-091-3/+3
* more use of tp_message_append_part() instead of creating the hash table manuallyGuillaume Desmottes2010-12-091-5/+4
* add tp_message_is_mutable()Guillaume Desmottes2010-12-091-0/+17
* rename _tp_message_immutable and make it actually workGuillaume Desmottes2010-12-091-3/+3
* tp_message_ref_handle: no more need to ref the handleGuillaume Desmottes2010-12-091-5/+5
* tp_cm_message_new: remove size_hint argGuillaume Desmottes2010-12-091-1/+3
* TpMessage: add mutable checkGuillaume Desmottes2010-12-091-1/+25
* remove initial-parts and size-hint propertiesGuillaume Desmottes2010-12-091-84/+7
* tp_message_ref_handle has been deprecatedGuillaume Desmottes2010-12-091-1/+1
* factor out most of parts_to_text() to tp_message_to_text()Guillaume Desmottes2010-12-091-1/+180
* TpMessage: add initial-parts and size-hint propertiesGuillaume Desmottes2010-12-091-1/+84
* Deprecate tp_message_set_handle() in favor of tp_cm_message_set_sender()Guillaume Desmottes2010-12-091-2/+9
* move the connection and handle set to TpCMMessagePrivateGuillaume Desmottes2010-12-091-7/+0
* move implementation of some CM specific methods to cm-messageGuillaume Desmottes2010-12-091-106/+14
* tp_message_dispose: use tp_clear_pointer()Guillaume Desmottes2010-12-091-5/+1
* TpMessage: be a proper GObjectGuillaume Desmottes2010-12-091-25/+40
* make a GObject of TpMessageGuillaume Desmottes2010-12-091-0/+22
* move TpMessage to its own filesGuillaume Desmottes2010-12-091-0/+661