summaryrefslogtreecommitdiff
path: root/examples/client/text-handler.c
Commit message (Expand)AuthorAgeFilesLines
* Stop calling g_type_init()Simon McVittie2014-01-071-1/+0
* C text handler: comment why the subclass / feature-prep worksSimon McVittie2013-09-061-3/+3
* TpTextChannel: Deprecate _get_ functions returning a GList and replace them b...Xavier Claessens2012-09-051-2/+2
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Deprecate constructors of TpBaseClient subclasses which do not take a TpAccou...Xavier Claessens2011-08-021-13/+5
* rename TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES to TP_TEXT_CHANNEL_FEATURE_IN...Guillaume Desmottes2010-12-161-1/+1
* make text-handler example more exemplaryGuillaume Desmottes2010-12-161-6/+13
* test-text-handler: use tp_message_to_text()Guillaume Desmottes2010-12-161-18/+19
* tp_client_message_text_new has been renamedGuillaume Desmottes2010-12-161-1/+1
* examples/client/text-handler: use TpTextChannelGuillaume Desmottes2010-12-161-64/+32
* ignore messages until GetPendingMessages() has returnedGuillaume Desmottes2010-05-251-0/+8
* text-handler: including telepathy-glib.h is enoughGuillaume Desmottes2010-05-251-2/+0
* add examples/client/text-handler.cGuillaume Desmottes2010-05-251-0/+186