summaryrefslogtreecommitdiff
path: root/examples/client
Commit message (Expand)AuthorAgeFilesLines
...
* python/ft example: handle an exception. Hooray!Will Thompson2012-03-261-2/+6
* example approver: "Dissaprove" is not a word.Will Thompson2012-03-211-1/+1
* example approver: use _close_channels_async()Will Thompson2012-03-211-16/+5
* Add a Python example which lists and inspects protocols with g-iSimon McVittie2012-03-092-0/+61
* inspect-cm example: stop using call_when_readySimon McVittie2012-03-051-8/+12
* Use tp_proxy_prepare_async() to prepare connections in example codeSimon McVittie2012-03-054-27/+36
* Don't use tp_channel_call_when_ready, except in its regression testsSimon McVittie2012-03-051-4/+7
* Add config.h include in all source filesXavier Claessens2012-02-0611-0/+22
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-2/+2
* python examples: update file transfer examplesJonny Lamb2011-11-113-13/+90
* Bring back Mortem's codeGuillaume Desmottes2011-11-111-0/+78
* remove unnecessary x bit from source codeSimon McVittie2011-10-141-0/+0
* Do not mix static and dynamic GObject bindings in python examplesXavier Claessens2011-09-023-9/+9
* Add contact list JS exampleXavier Claessens2011-08-243-1/+36
* Include contact-list.py example in tarballsXavier Claessens2011-08-241-0/+1
* Add comment in example explaining what state SUCCESS meansXavier Claessens2011-08-052-0/+7
* contact-list.py: rename TelepathyGLib namespace as TpXavier Claessens2011-08-051-7/+7
* contact-list examples: verify state is SUCCESS before getting the contact listXavier Claessens2011-08-052-2/+5
* add contact-list.{c,py} exampleXavier Claessens2011-08-043-0/+130
* Deprecate constructors of TpBaseClient subclasses which do not take a TpAccou...Xavier Claessens2011-08-024-44/+19
* examples/client/approver.c: use tp_channel_dispatch_operation_claim_with_async()Guillaume Desmottes2011-05-101-2/+3
* Merge branch 'ldflags'Simon McVittie2011-03-152-0/+6
|\
| * Check for -Wl,--no-add-needed and add it to AM_LDFLAGS everywhere we compile CSimon McVittie2011-01-102-0/+6
* | remove abbreviationsGuillaume Desmottes2011-01-281-7/+7
* | link the bug blocking us from using TelepathyGLib.USER_ACTION_TIME_CURRENT_TIMEGuillaume Desmottes2011-01-281-1/+1
* | ensure-channel.py: rename create_request to create_request_dictGuillaume Desmottes2011-01-281-3/+3
* | add client/python/ensure-channel.py (#32986)Guillaume Desmottes2011-01-282-0/+69
* | text-handler.py: add a comment about bgo #640812Guillaume Desmottes2011-01-281-0/+2
* | use TelepathyGLib.ChannelTextMessageType.NORMALGuillaume Desmottes2011-01-281-1/+2
* | add python/text-handler.py (fdo #32524)Guillaume Desmottes2011-01-282-1/+67
* | add python client example directoryGuillaume Desmottes2011-01-282-1/+2
|/
* 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
* Use G_N_ELEMENTS throughoutSimon McVittie2010-11-251-2/+2
* Merge branch 'telepathy-glib-0.12'Simon McVittie2010-10-251-10/+16
|\
| * fd.o #30730: order tests' and examples' CFLAGS and LIBS consistentlySimon McVittie2010-10-251-10/+16
* | offerer.c: TpAccountChannelRequest gives us a TpStreamTubeChannel nowGuillaume Desmottes2010-10-071-7/+1
* | accepter.c: TpBaseClient gives us a TpStreamTubeChannel nowGuillaume Desmottes2010-10-071-6/+1
* | examples: connect 'closed' signalGuillaume Desmottes2010-10-052-0/+22
* | examples: let the offerer closes the channel and exit when channel has been i...Guillaume Desmottes2010-10-052-9/+14
* | tp-stream-tube: rename "connection" to "socket connection"Guillaume Desmottes2010-10-042-2/+2
* | stream-tube-chan: use TpStreamTubeConnection instead of GIOStreamGuillaume Desmottes2010-09-282-9/+18
* | rename TpStreamTube to TpStreamTubeChannelGuillaume Desmottes2010-09-282-11/+11
* | offerer: display when tube is invalidatedGuillaume Desmottes2010-09-281-0/+12
* | accepter: display when tube is invalidatedGuillaume Desmottes2010-09-281-0/+12
* | offerer: display error if something went wrongGuillaume Desmottes2010-09-281-3/+14
* | accepter: log message if accepting failedGuillaume Desmottes2010-09-281-0/+1