summaryrefslogtreecommitdiff
path: root/telepathy-glib/message.h
Commit message (Collapse)AuthorAgeFilesLines
* prepare 0.19.10telepathy-glib-0.19.10Guillaume Desmottes2012-09-261-2/+2
|
* tp_message_set_variant: add and testSimon McVittie2012-09-261-0/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55096
* tp_message_dup_part: addSimon McVittie2012-09-261-0/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55096
* Add single-include #error in all headers included from telepathy-glib(-dbus).hXavier Claessens2012-06-051-0/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=49384
* Version-annotate recent APISimon McVittie2012-05-031-0/+1
|
* Use _TP_DEPRECATED_IN_* for most deprecated functionsSimon McVittie2012-05-021-0/+3
| | | | | | Also make use of TP_DISABLE_DEPRECATED consistent: always wrap deprecated functions, and add deprecation decorators to any wrapped function.
* Add tp_message_get_pending_message_id()Guillaume Desmottes2011-07-061-0/+2
| | | | | | | | We use to say that this wasn't needed because TpTextChannel is already doing the ID -> TpMessage lookup but at least the logger and Empathy need it so it's probably worth it. https://bugs.freedesktop.org/show_bug.cgi?id=39000
* tp_message_get_message_type: addSimon McVittie2010-12-131-0/+2
|
* Don't put _TP_GNUC_DEPRECATED on TpMessage stuff for nowSimon McVittie2010-12-101-3/+3
| | | | | Let's reinstate this once we've had a release with the replacements; otherwise it's really awkward for projects that use -Werror.
* Hide tp_message_new, tp_message_set_handle etc. if TP_DISABLE_DEPRECATEDSimon McVittie2010-12-101-2/+5
|
* Add convenience accessors for most of the Message headersSimon McVittie2010-12-101-0/+9
|
* move include out of G_BEGIN_DECLSGuillaume Desmottes2010-12-091-2/+2
|
* add tp_message_is_mutable()Guillaume Desmottes2010-12-091-0/+2
|
* add G_GNUC_WARN_UNUSED_RESULT on tp_message_to_textGuillaume Desmottes2010-12-091-1/+1
|
* actually deprecated old APIGuillaume Desmottes2010-12-091-3/+4
|
* factor out most of parts_to_text() to tp_message_to_text()Guillaume Desmottes2010-12-091-0/+3
|
* don't include base-connection.h in message.hGuillaume Desmottes2010-12-091-4/+0
|
* move implementation of some CM specific methods to cm-messageGuillaume Desmottes2010-12-091-4/+8
|
* message.h: include tp-glib headersGuillaume Desmottes2010-12-091-0/+3
|
* make a GObject of TpMessageGuillaume Desmottes2010-12-091-0/+10
| | | | Basically just the boilerplate for now, we still use it as a struct.
* move TpMessage to its own filesGuillaume Desmottes2010-12-091-0/+68