summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* example protocols: update to use get_interfaces_array vfuncJonny Lamb2012-07-055-37/+12
* example & test connections: update to use new get_interfaces… vfuncJonny Lamb2012-07-055-5/+81
* Examples: stop using tp_account/connection/channel_new()Xavier Claessens2012-07-036-92/+39
* Remove useless TP_SEAL_ENABLEXavier Claessens2012-06-0510-10/+0
* Examples: disable single includeXavier Claessens2012-06-0510-0/+10
* Example extensions: include global headerXavier Claessens2012-06-051-1/+1
* Examples: do no use message-internal.hXavier Claessens2012-06-051-7/+9
* 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
* Fix regression in unit testsXavier Claessens2012-06-041-1/+2
* Compile all examples with TP_SEAL_ENABLESimon McVittie2012-06-0411-2/+20
* Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie2012-06-0410-38/+55
* Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens2012-05-102-22/+1
* Implement ChatState in test echo channelXavier Claessens2012-05-091-0/+15
* Examples: do not use soon to be deprecated APIsXavier Claessens2012-05-092-85/+54
* All examples: follow the meta-header policySimon McVittie2012-05-0744-82/+42
* Stop using TP_ERRORSSimon McVittie2012-05-0213-28/+28
* 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
* 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