summaryrefslogtreecommitdiff
path: root/examples/client
AgeCommit message (Expand)AuthorFilesLines
2011-05-10examples/client/approver.c: use tp_channel_dispatch_operation_claim_with_async()Guillaume Desmottes1-2/+3
2011-03-15Merge branch 'ldflags'Simon McVittie2-0/+6
2011-01-28remove abbreviationsGuillaume Desmottes1-7/+7
2011-01-28link the bug blocking us from using TelepathyGLib.USER_ACTION_TIME_CURRENT_TIMEGuillaume Desmottes1-1/+1
2011-01-28ensure-channel.py: rename create_request to create_request_dictGuillaume Desmottes1-3/+3
2011-01-28add client/python/ensure-channel.py (#32986)Guillaume Desmottes2-0/+69
2011-01-28text-handler.py: add a comment about bgo #640812Guillaume Desmottes1-0/+2
2011-01-28use TelepathyGLib.ChannelTextMessageType.NORMALGuillaume Desmottes1-1/+2
2011-01-28add python/text-handler.py (fdo #32524)Guillaume Desmottes2-1/+67
2011-01-28add python client example directoryGuillaume Desmottes2-1/+2
2011-01-10Check for -Wl,--no-add-needed and add it to AM_LDFLAGS everywhere we compile CSimon McVittie2-0/+6
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-11-25Use G_N_ELEMENTS throughoutSimon McVittie1-2/+2
2010-10-25Merge branch 'telepathy-glib-0.12'Simon McVittie1-10/+16
2010-10-25fd.o #30730: order tests' and examples' CFLAGS and LIBS consistentlySimon McVittie1-10/+16
2010-10-07offerer.c: TpAccountChannelRequest gives us a TpStreamTubeChannel nowGuillaume Desmottes1-7/+1
2010-10-07accepter.c: TpBaseClient gives us a TpStreamTubeChannel nowGuillaume Desmottes1-6/+1
2010-10-05examples: connect 'closed' signalGuillaume Desmottes2-0/+22
2010-10-05examples: let the offerer closes the channel and exit when channel has been i...Guillaume Desmottes2-9/+14
2010-10-04tp-stream-tube: rename "connection" to "socket connection"Guillaume Desmottes2-2/+2
2010-09-28stream-tube-chan: use TpStreamTubeConnection instead of GIOStreamGuillaume Desmottes2-9/+18
2010-09-28rename TpStreamTube to TpStreamTubeChannelGuillaume Desmottes2-11/+11
2010-09-28offerer: display when tube is invalidatedGuillaume Desmottes1-0/+12
2010-09-28accepter: display when tube is invalidatedGuillaume Desmottes1-0/+12
2010-09-28offerer: display error if something went wrongGuillaume Desmottes1-3/+14
2010-09-28accepter: log message if accepting failedGuillaume Desmottes1-0/+1
2010-09-28TpStreamTube now inherit from TpChannelGuillaume Desmottes2-4/+13
2010-09-28offerer: port to TpAccountChannelRequestGuillaume Desmottes1-84/+29
2010-09-28Allow the passing of params to the offer_async methodDanielle Madeley1-1/+1
2010-09-28TpStreamTube + exampleDanielle Madeley4-0/+369
2010-09-14Change uses of TpIntSet to TpIntsetPhilip Withnall1-2/+2
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 Desmottes2-0/+189
2010-05-24Remove variables that shadow global function namesDanielle Madeley5-31/+31
2010-05-21Examples: use TpIntSetFastIterSimon McVittie1-4/+5
2010-05-07add example approverGuillaume Desmottes2-0/+226
2010-04-29add destroy property to TpSimpleObserverGuillaume Desmottes1-1/+1
2010-04-29add examples/client/media-observer.c (fdo #24214)Guillaume Desmottes2-0/+130
2010-03-30inspect-contact example: don't use _run_ functionsSimon McVittie1-43/+74
2010-03-30extended example: avoid _run_ methodsSimon McVittie1-53/+119
2010-03-30inspect-channel example: be asynchronousSimon McVittie1-72/+118
2010-03-30inspect-connection example: don't use tp_connection_run_until_readySimon McVittie1-16/+31
2010-03-10inspect-contact example: use tp_connection_get_self_handle rather than tp_cli...Simon McVittie1-8/+1
2009-11-23Port examples/ directory to include telepathy-glib.h insteadDanielle Madeley7-27/+7
2009-03-05Merge branch 'example'Simon McVittie1-8/+14