summaryrefslogtreecommitdiff
path: root/examples/client/text-handler.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-18base-client: remove _object suffix from higher level filter APIGuillaume Desmottes1-1/+1
2014-03-18TpChannelFilter: addSimon McVittie1-10/+6
2014-02-27base-client: rename filter vardict APIGuillaume Desmottes1-1/+1
2014-02-27examples: use tp_base_client_*_vardict APIGuillaume Desmottes1-7/+10
2014-02-13TargetHandleType has been renamed to TargetEntityTypeGuillaume Desmottes1-1/+1
2014-02-13TpHandleType has been renmed to TpEntityTypeGuillaume Desmottes1-1/+1
2014-01-24Handler high level API: make singularGuillaume Desmottes1-22/+11
2014-01-24rename TpHandleChannelsContext to TpHandleChannelContextGuillaume Desmottes1-2/+2
2014-01-07Merge branch 'master' into nextSimon McVittie1-1/+0
2014-01-07Stop calling g_type_init()Simon McVittie1-1/+0
2013-09-13Merge commit '21b395c356549d821b30253f6ec5be8dbd15e333' into nextSimon McVittie1-3/+3
2013-09-06C text handler: comment why the subclass / feature-prep worksSimon McVittie1-3/+3
2012-09-07Merge branch 'master' into nextXavier Claessens1-2/+2
2012-09-05TpTextChannel: Deprecate _get_ functions returning a GList and replace them b...Xavier Claessens1-2/+2
2012-05-02Move -dbus library headers into a new telepathy-glib-dbus.h meta-headerSimon McVittie1-0/+1
2012-03-29Undeprecate tp_simple_{observer,approver,handler}_new()Xavier Claessens1-4/+1
2012-02-09Merge branch 'master' into nextSimon McVittie1-0/+2
2012-02-06Add config.h include in all source filesXavier Claessens1-0/+2
2012-01-31Text & Messages: merge into one interfaceJonny Lamb1-7/+1
2011-08-02Deprecate constructors of TpBaseClient subclasses which do not take a TpAccou...Xavier Claessens1-13/+5
2010-12-16rename TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES to TP_TEXT_CHANNEL_FEATURE_IN...Guillaume Desmottes1-1/+1
2010-12-16make text-handler example more exemplaryGuillaume Desmottes1-6/+13
2010-12-16test-text-handler: use tp_message_to_text()Guillaume Desmottes1-18/+19
2010-12-16tp_client_message_text_new has been renamedGuillaume Desmottes1-1/+1
2010-12-16examples/client/text-handler: use TpTextChannelGuillaume Desmottes1-64/+32
2010-05-25ignore messages until GetPendingMessages() has returnedGuillaume Desmottes1-0/+8
2010-05-25text-handler: including telepathy-glib.h is enoughGuillaume Desmottes1-2/+0
2010-05-25add examples/client/text-handler.cGuillaume Desmottes1-0/+186