summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-12Optionally install most of the Python examplesSimon McVittie1-0/+20
2012-04-12Add a simple Gtk3 diallerSimon McVittie2-0/+201
2012-04-12Don't use the deprecated TpBaseChannelClass.interfaces propertySimon McVittie3-17/+37
2012-04-12Use TP_NUM_… instead of NUM_TP_…Simon McVittie5-5/+5
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-09Apply the same codegen changes to examples, tests as to the main codegenSimon McVittie1-4/+20
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-03-01Stop generating lists of signals marshallers altogetherSimon McVittie3-17/+0
2012-03-01Use GLib's default marshaller everywhereSimon McVittie2-4/+3
2012-02-21example-call: s/Call.DRAFT/Call1/ in example_call.managerGeorge Kiagiadakis1-6/+6
2012-02-20Merge remote-tracking branch 'origin/call1' into call1Simon McVittie38-6591/+1448
2012-02-20Further update spec, to 0.25.2Simon McVittie2-8/+54
2012-02-16Add direction parameter to AddContentOlivier Crête1-0/+2