summaryrefslogtreecommitdiff
path: root/telepathy-glib/text-mixin.h
Commit message (Collapse)AuthorAgeFilesLines
* text-mixin: use versioned deprecation macrosGuillaume Desmottes2012-06-051-24/+30
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=50712
* Use _TP_DEPRECATED_IN_* for most deprecated functionsSimon McVittie2012-05-021-0/+4
| | | | | | Also make use of TP_DISABLE_DEPRECATED consistent: always wrap deprecated functions, and add deprecation decorators to any wrapped function.
* Deprecate TpTextMixinXavier Claessens2012-04-301-15/+25
| | | | It has been replaced by TpMessageMixin for a while
* TpTextMixin: allow things with the mixin to be subclassedSimon McVittie2008-11-061-4/+2
|
* Add tp_text_mixin_receive_with_flagsSimon McVittie2008-10-301-0/+3
| | | | | This lets us signal that we have received messages with special flags (MUC scrollback is the only useful one at the moment).
* TpTextMixin: add tp_text_mixin_set_rescuedSimon McVittie2008-10-301-0/+1
|
* Add tp_text_mixin_has_pending_messagesSimon McVittie2008-07-241-0/+3
| | | | | | | | | | | The proposal of "closed text channels are resurrected if they still have incoming messages" is much easier to implement if we do this - it's possible to use tp_text_mixin_list_pending_messages(), but that does wasteful copying. The idea of returning the first sender handle is that callers can use it as the initiator of the resurrected channel. 20080724172126-53eee-2562dd209968bb4508582101b89be3db37d178b9.gz
* Move contents of lib/ into root directorySimon McVittie2007-04-191-0/+104
20070419173517-53eee-d91a15d77882d6839193c1f77be4f88803b48f58.gz