summaryrefslogtreecommitdiff
path: root/examples/client
AgeCommit message (Expand)AuthorFilesLines
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-03Examples: stop using tp_account/connection/channel_new()Xavier Claessens6-92/+39
2012-06-05Remove useless TP_SEAL_ENABLEXavier Claessens3-3/+0
2012-06-05Examples: disable single includeXavier Claessens3-0/+3
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-04Compile all examples with TP_SEAL_ENABLESimon McVittie4-2/+10
2012-05-09Examples: do not use soon to be deprecated APIsXavier Claessens2-85/+54
2012-05-07All examples: follow the meta-header policySimon McVittie3-5/+0
2012-05-02Stop using TP_ERRORSSimon McVittie2-2/+2
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
2012-04-12Optionally install most of the Python examplesSimon McVittie1-0/+20
2012-04-12Add a simple Gtk3 diallerSimon McVittie2-0/+201
2012-04-04add stream-tubes.py/accepter.pyGuillaume Desmottes2-1/+75
2012-04-04add stream-tubes.py/offerer.pyGuillaume Desmottes2-1/+106
2012-04-03stream tube examples: send \n with dataGuillaume Desmottes2-2/+2
2012-04-03stream tube examples: use tp_channel_close_async()Guillaume Desmottes1-6/+14
2012-04-03stream tube examples: split sending/receiving data debug messagesGuillaume Desmottes2-5/+6
2012-04-02Merge branch '29271-some-dbus-tube-api'Will Thompson6-3/+493
2012-04-01dbus-tubes example: check method argument typesWill Thompson1-6/+15
2012-03-30Add an example dbus tube offerer and accepter.Will Thompson5-1/+482
2012-03-30media-observer: use more TpChannel accessorsGuillaume Desmottes1-9/+3
2012-03-30media-observer: Observe Call channels instead of StreamedMediaGuillaume Desmottes1-2/+2
2012-03-30approver.c: Approve Call channels instead of StreamedMediaGuillaume Desmottes1-1/+1
2012-03-28examples/client/stream-tubes/Makefile.am: ensure that we link on tp-glib from...Guillaume Desmottes1-2/+2
2012-03-26python/ft example: handle an exception. Hooray!Will Thompson1-2/+6
2012-03-21example approver: "Dissaprove" is not a word.Will Thompson1-1/+1
2012-03-21example approver: use _close_channels_async()Will Thompson1-16/+5
2012-03-09Add a Python example which lists and inspects protocols with g-iSimon McVittie2-0/+61
2012-03-05inspect-cm example: stop using call_when_readySimon McVittie1-8/+12
2012-03-05Use tp_proxy_prepare_async() to prepare connections in example codeSimon McVittie4-27/+36
2012-03-05Don't use tp_channel_call_when_ready, except in its regression testsSimon McVittie1-4/+7
2012-02-06Add config.h include in all source filesXavier Claessens11-0/+22
2011-11-16Use _unref instead of _free _destroy when possible.Xavier Claessens1-2/+2
2011-11-11python examples: update file transfer examplesJonny Lamb3-13/+90
2011-11-11Bring back Mortem's codeGuillaume Desmottes1-0/+78
2011-10-14remove unnecessary x bit from source codeSimon McVittie1-0/+0
2011-09-02Do not mix static and dynamic GObject bindings in python examplesXavier Claessens3-9/+9
2011-08-24Add contact list JS exampleXavier Claessens3-1/+36
2011-08-24Include contact-list.py example in tarballsXavier Claessens1-0/+1
2011-08-05Add comment in example explaining what state SUCCESS meansXavier Claessens2-0/+7
2011-08-05contact-list.py: rename TelepathyGLib namespace as TpXavier Claessens1-7/+7
2011-08-05contact-list examples: verify state is SUCCESS before getting the contact listXavier Claessens2-2/+5
2011-08-04add contact-list.{c,py} exampleXavier Claessens3-0/+130
2011-08-02Deprecate constructors of TpBaseClient subclasses which do not take a TpAccou...Xavier Claessens4-44/+19