summaryrefslogtreecommitdiff
path: root/examples/client
Commit message (Expand)AuthorAgeFilesLines
* examples: explicitly ask for TelepathyGLib-0.12Simon McVittie2014-01-0711-0/+28
* Stop calling g_type_init()Simon McVittie2014-01-0715-19/+0
* inspect-cm.py: on errors, exit rather than blocking foreverSimon McVittie2013-11-111-10/+13
* Make more use of tp_value_array_unpack, tp_value_array_buildSimon McVittie2013-09-261-6/+7
* Revert "Copy contact-list.c into the ${builddir} so the XInclude in the docs ...Simon McVittie2013-09-241-21/+0
* Copy contact-list.c into the ${builddir} so the XInclude in the docs worksSimon McVittie2013-09-241-0/+21
* inspect-cm example: allow inspecting all CMsSimon McVittie2013-09-241-78/+186
* Revert "Copy contact-list.c into the ${builddir} so the XInclude in the docs ...Guillaume Desmottes2013-09-241-16/+0
* Copy contact-list.c into the ${builddir} so the XInclude in the docs worksSimon McVittie2013-09-241-0/+16
* C text handler: comment why the subclass / feature-prep worksSimon McVittie2013-09-061-3/+3
* Python text handler: ensure that we get a Tp.AutomaticClientFactorySimon McVittie2013-09-061-2/+2
* extended-client: comment that we're going behind MC's backSimon McVittie2013-09-061-1/+4
* tube examples: use g_message(), not g_debug()Simon McVittie2013-09-064-42/+42
* tube offering examples: don't dump core on invalid argumentsSimon McVittie2013-09-062-2/+9
* tube offerers: use an automatic client factorySimon McVittie2013-09-062-2/+2
* Add a simple JavaScript debug-client which collects debug logsSimon McVittie2013-06-102-1/+241
* Merge branch 'telepathy-glib-0.20'Simon McVittie2013-04-021-1/+1
|\
| * contact list C-example: fix iteratingMaksim Melnikau2013-04-021-1/+1
* | add missing config.h includesGuillaume Desmottes2013-01-084-0/+8
* | del unused magic import in ft-handler.py exampleMaksim Melnikau2013-01-071-2/+0
|/
* TpTextChannel: Deprecate _get_ functions returning a GList and replace them b...Xavier Claessens2012-09-051-2/+2
* TpAccountManager: Deprecate _get_ functions returning a GList and replace the...Xavier Claessens2012-09-051-4/+5
* TpDispatchOperation: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens2012-09-051-1/+1
* TpChannel: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens2012-09-051-13/+2
* Examples: stop using tp_account/connection/channel_new()Xavier Claessens2012-07-036-92/+39
* Remove useless TP_SEAL_ENABLEXavier Claessens2012-06-053-3/+0
* Examples: disable single includeXavier Claessens2012-06-053-0/+3
* Examples: Stop using tp_connection_manager_protocol_*Xavier Claessens2012-06-041-25/+18
* Examples: Stop using tp_list_connection_managers()Xavier Claessens2012-06-041-18/+15
* Compile all examples with TP_SEAL_ENABLESimon McVittie2012-06-044-2/+10
* Examples: do not use soon to be deprecated APIsXavier Claessens2012-05-092-85/+54
* All examples: follow the meta-header policySimon McVittie2012-05-073-5/+0
* Stop using TP_ERRORSSimon McVittie2012-05-022-2/+2
* TpConnection: Deprecate _get_self_handle()Xavier Claessens2012-05-021-18/+10
* TpChannel: Deprecate all TpHandle APIs that have TpContact variantXavier Claessens2012-04-271-7/+9
* Install remaining Python examplesSimon McVittie2012-04-123-2/+4
* Optionally install most of the Python examplesSimon McVittie2012-04-121-0/+20
* Add a simple Gtk3 diallerSimon McVittie2012-04-122-0/+201
* add stream-tubes.py/accepter.pyGuillaume Desmottes2012-04-042-1/+75
* add stream-tubes.py/offerer.pyGuillaume Desmottes2012-04-042-1/+106
* stream tube examples: send \n with dataGuillaume Desmottes2012-04-032-2/+2
* stream tube examples: use tp_channel_close_async()Guillaume Desmottes2012-04-031-6/+14
* stream tube examples: split sending/receiving data debug messagesGuillaume Desmottes2012-04-032-5/+6
* Merge branch '29271-some-dbus-tube-api'Will Thompson2012-04-026-3/+493
|\
| * dbus-tubes example: check method argument typesWill Thompson2012-04-011-6/+15
| * Add an example dbus tube offerer and accepter.Will Thompson2012-03-305-1/+482
| * examples/client/stream-tubes/Makefile.am: ensure that we link on tp-glib from...Guillaume Desmottes2012-03-281-2/+2
* | media-observer: use more TpChannel accessorsGuillaume Desmottes2012-03-301-9/+3
* | media-observer: Observe Call channels instead of StreamedMediaGuillaume Desmottes2012-03-301-2/+2
* | approver.c: Approve Call channels instead of StreamedMediaGuillaume Desmottes2012-03-301-1/+1
|/