summaryrefslogtreecommitdiff
path: root/telepathy-glib/message.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-08prepare 0.15.3Guillaume Desmottes1-1/+1
2011-07-06Add tp_message_get_pending_message_id()Guillaume Desmottes1-2/+23
2011-02-08annotate tp_message_peek()Guillaume Desmottes1-1/+2
2010-12-20Prepare version 0.13.10Will Thompson1-1/+1
2010-12-13tp_message_get_message_type: addSimon McVittie1-0/+19
2010-12-13Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"Simon McVittie1-28/+28
2010-12-13Add some missing Since annotationsSimon McVittie1-0/+16
2010-12-10Prepare version 0.13.9Simon McVittie1-8/+8
2010-12-10Add convenience accessors for most of the Message headersSimon McVittie1-0/+195
2010-12-09reorder includesGuillaume Desmottes1-1/+1
2010-12-09fix typoGuillaume Desmottes1-3/+3
2010-12-09more use of tp_message_append_part() instead of creating the hash table manuallyGuillaume Desmottes1-5/+4
2010-12-09add tp_message_is_mutable()Guillaume Desmottes1-0/+17
2010-12-09rename _tp_message_immutable and make it actually workGuillaume Desmottes1-3/+3
2010-12-09tp_message_ref_handle: no more need to ref the handleGuillaume Desmottes1-5/+5
2010-12-09tp_cm_message_new: remove size_hint argGuillaume Desmottes1-1/+3
2010-12-09TpMessage: add mutable checkGuillaume Desmottes1-1/+25
2010-12-09remove initial-parts and size-hint propertiesGuillaume Desmottes1-84/+7
2010-12-09tp_message_ref_handle has been deprecatedGuillaume Desmottes1-1/+1
2010-12-09factor out most of parts_to_text() to tp_message_to_text()Guillaume Desmottes1-1/+180
2010-12-09TpMessage: add initial-parts and size-hint propertiesGuillaume Desmottes1-1/+84
2010-12-09Deprecate tp_message_set_handle() in favor of tp_cm_message_set_sender()Guillaume Desmottes1-2/+9
2010-12-09move the connection and handle set to TpCMMessagePrivateGuillaume Desmottes1-7/+0
2010-12-09move implementation of some CM specific methods to cm-messageGuillaume Desmottes1-106/+14
2010-12-09tp_message_dispose: use tp_clear_pointer()Guillaume Desmottes1-5/+1
2010-12-09TpMessage: be a proper GObjectGuillaume Desmottes1-25/+40
2010-12-09make a GObject of TpMessageGuillaume Desmottes1-0/+22
2010-12-09move TpMessage to its own filesGuillaume Desmottes1-0/+661