summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Add a simple Gtk3 diallerSimon McVittie2012-04-122-0/+201
* Don't use the deprecated TpBaseChannelClass.interfaces propertySimon McVittie2012-04-123-17/+37
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-125-5/+5
* 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
|/
* 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
* Apply the same codegen changes to examples, tests as to the main codegenSimon McVittie2012-03-091-4/+20
* 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
* Stop generating lists of signals marshallers altogetherSimon McVittie2012-03-013-17/+0
* Use GLib's default marshaller everywhereSimon McVittie2012-03-012-4/+3
* example-call: s/Call.DRAFT/Call1/ in example_call.managerGeorge Kiagiadakis2012-02-211-6/+6
* Merge remote-tracking branch 'origin/call1' into call1Simon McVittie2012-02-2038-6591/+1448
|\
| * Add direction parameter to AddContentOlivier Crête2012-02-161-0/+2
| * Call unit test: Use Media base classesXavier Claessens2012-02-136-10/+28
| * Fix racy crash in call unit testXavier Claessens2012-02-131-3/+19
| * Merge branch 'master' into call1Xavier Claessens2012-02-0624-0/+48
| |\
| * | Call1: Fix unit testsOlivier Crête2012-01-111-4/+1
| * | Replace TP_CALL_STATE_RINGING with TP_CALL_STATE_INITIALISEDXavier Claessens2012-01-101-4/+4
| * | Call CM example is not future anymoreXavier Claessens2012-01-1020-2/+2
| * | Remove StreamedMedia exampleXavier Claessens2012-01-1016-3682/+0
| * | Port example call CM to TpBaseCall*Xavier Claessens2012-01-107-1550/+310
| * | Port example call implementation to TpBaseChannelXavier Claessens2012-01-102-271/+90
| * | Remove extensions/Xavier Claessens2012-01-106-176/+166
* | | Further update spec, to 0.25.2Simon McVittie2012-02-202-8/+54
* | | Update to latest specXavier Claessens2012-02-151-9/+8
* | | Consistently use G_PARAM_STATIC_STRINGS for propertiesSimon McVittie2012-02-096-12/+6
| |/ |/|
* | Add config.h include in all source filesXavier Claessens2012-02-0633-0/+66
|/
* TpBaseProtocol: Rename Get/get to Dup/dup on callbacks to retrieve the suppor...Andre Moreira Magalhaes (andrunko)2011-11-211-4/+4
* Make Protocol.Interface.Addressing functionality a GInterface.Eitan Isaacson2011-11-211-12/+20
* Basic protocol addressing test.Eitan Isaacson2011-11-211-0/+24
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-1613-28/+28
* python examples: update file transfer examplesJonny Lamb2011-11-113-13/+90
* Bring back Mortem's codeGuillaume Desmottes2011-11-111-0/+78
* spec: update to version 0.25.0Jonny Lamb2011-11-102-6/+86
* ExampleContactList: implement block_contacts_with_abuse_asyncGuillaume Desmottes2011-10-311-3/+6