summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2023-09-04Port examples to python 3, retaining compatibilityHEADmasterArusekk7-45/+50
2014-05-26contact-list: don't crash if 'd' is NULLGuillaume Desmottes1-2/+6
2014-01-07examples: explicitly ask for TelepathyGLib-0.12Simon McVittie11-0/+28
2014-01-07Stop calling g_type_init()Simon McVittie16-23/+0
2013-11-11TpProtocol: add high-level API for the Addressing interfaceSimon McVittie1-0/+68
2013-11-11tp_protocol_identify_account_async: add and testSimon McVittie1-1/+1
2013-11-11inspect-cm.py: on errors, exit rather than blocking foreverSimon McVittie1-10/+13
2013-09-26Use tp_value_array_free instead of g_value_array_freeSimon McVittie1-1/+1
2013-09-26Make more use of tp_value_array_unpack, tp_value_array_buildSimon McVittie3-40/+27
2013-09-24Revert "Copy contact-list.c into the ${builddir} so the XInclude in the docs ...Simon McVittie1-21/+0
2013-09-24Copy contact-list.c into the ${builddir} so the XInclude in the docs worksSimon McVittie1-0/+21
2013-09-24inspect-cm example: allow inspecting all CMsSimon McVittie1-78/+186
2013-09-24Revert "Copy contact-list.c into the ${builddir} so the XInclude in the docs ...Guillaume Desmottes1-16/+0
2013-09-24Copy contact-list.c into the ${builddir} so the XInclude in the docs worksSimon McVittie1-0/+16
2013-09-06C text handler: comment why the subclass / feature-prep worksSimon McVittie1-3/+3
2013-09-06Python text handler: ensure that we get a Tp.AutomaticClientFactorySimon McVittie1-2/+2
2013-09-06extended-client: comment that we're going behind MC's backSimon McVittie1-1/+4
2013-09-06tube examples: use g_message(), not g_debug()Simon McVittie4-42/+42
2013-09-06tube offering examples: don't dump core on invalid argumentsSimon McVittie2-2/+9
2013-09-06tube offerers: use an automatic client factorySimon McVittie2-2/+2
2013-06-11Use AC_PROG_MKDIR_P instead of deprecated AM_PROG_MKDIR_PSimon McVittie7-8/+8
2013-06-10Add a simple JavaScript debug-client which collects debug logsSimon McVittie2-1/+241
2013-04-02Merge branch 'telepathy-glib-0.20'Simon McVittie1-1/+1
2013-04-02contact list C-example: fix iteratingMaksim Melnikau1-1/+1
2013-01-08add missing config.h includesGuillaume Desmottes5-0/+10
2013-01-07del unused magic import in ft-handler.py exampleMaksim Melnikau1-2/+0
2012-09-05TpTextChannel: Deprecate _get_ functions returning a GList and replace them b...Xavier Claessens1-2/+2
2012-09-05TpAccountManager: Deprecate _get_ functions returning a GList and replace the...Xavier Claessens1-4/+5
2012-09-05TpDispatchOperation: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens1-1/+1
2012-09-05TpChannel: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens1-13/+2
2012-07-05example protocols: update to use get_interfaces_array vfuncJonny Lamb5-37/+12
2012-07-05example & test connections: update to use new get_interfaces… vfuncJonny Lamb5-5/+81
2012-07-03Examples: stop using tp_account/connection/channel_new()Xavier Claessens6-92/+39
2012-06-05Remove useless TP_SEAL_ENABLEXavier Claessens10-10/+0
2012-06-05Examples: disable single includeXavier Claessens10-0/+10
2012-06-05Example extensions: include global headerXavier Claessens1-1/+1
2012-06-05Examples: do no use message-internal.hXavier Claessens1-7/+9
2012-06-04Examples: Stop using tp_connection_manager_protocol_*Xavier Claessens1-25/+18
2012-06-04Examples: Stop using tp_list_connection_managers()Xavier Claessens1-18/+15
2012-06-04Fix regression in unit testsXavier Claessens1-1/+2
2012-06-04Compile all examples with TP_SEAL_ENABLESimon McVittie11-2/+20
2012-06-04Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie10-38/+55
2012-05-10Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens2-22/+1
2012-05-09Implement ChatState in test echo channelXavier Claessens1-0/+15
2012-05-09Examples: do not use soon to be deprecated APIsXavier Claessens2-85/+54
2012-05-07All examples: follow the meta-header policySimon McVittie44-82/+42
2012-05-02Stop using TP_ERRORSSimon McVittie13-28/+28
2012-05-02TpConnection: Deprecate _get_self_handle()Xavier Claessens1-18/+10
2012-04-27TpChannel: Deprecate all TpHandle APIs that have TpContact variantXavier Claessens1-7/+9
2012-04-12Install remaining Python examplesSimon McVittie3-2/+4