summaryrefslogtreecommitdiff
path: root/telepathy-glib/cm-message.c
Commit message (Collapse)AuthorAgeFilesLines
* many fixes to documentation commentsJonny Lamb2012-04-061-1/+1
| | | | | | | | fd.o#48363 was opened which complains about lots of documentation problems (which g-ir-scanner finds). While I was at it I did some grepping to find yet more problems. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* 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
| | | | | | Create a new array and maps and keys but 'dup' the values. This should be safe because people should be using tp_message_set_* which replaces the GValue, rather than fiddling with its contents.
* Add a new method tp_cm_message_set_message()Danielle Madeley2011-06-081-0/+36
| | | | | | Compliments tp_cm_message_take_message(). Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=38061
* fix gcc 4.6 "variable is set but not used" warningsDan Winship2011-03-151-4/+0
| | | | Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
* 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
| | | | This is convenient for simple text-only CMs.
* Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"Simon McVittie2010-12-131-5/+5
| | | | | | The latter don't actually have any special meaning in gtk-doc: they're a reference to a (presumably nonexistent) parameter or variable called "since" or "deprecated".
* 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
| | | | Yeah for very nasty bugs :\
* 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