summaryrefslogtreecommitdiff
path: root/examples/cm
Commit message (Expand)AuthorAgeFilesLines
* contact-list: don't crash if 'd' is NULLGuillaume Desmottes2014-05-261-2/+6
* Stop calling g_type_init()Simon McVittie2014-01-071-4/+0
* TpProtocol: add high-level API for the Addressing interfaceSimon McVittie2013-11-111-0/+68
* tp_protocol_identify_account_async: add and testSimon McVittie2013-11-111-1/+1
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-1/+1
* Make more use of tp_value_array_unpack, tp_value_array_buildSimon McVittie2013-09-262-34/+20
* Use AC_PROG_MKDIR_P instead of deprecated AM_PROG_MKDIR_PSimon McVittie2013-06-116-6/+6
* add missing config.h includesGuillaume Desmottes2013-01-081-0/+2
* 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
* Remove useless TP_SEAL_ENABLEXavier Claessens2012-06-056-6/+0
* Examples: disable single includeXavier Claessens2012-06-056-0/+6
* Examples: do no use message-internal.hXavier Claessens2012-06-051-7/+9
* Fix regression in unit testsXavier Claessens2012-06-041-1/+2
* Compile all examples with TP_SEAL_ENABLESimon McVittie2012-06-046-0/+6
* 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
* All examples: follow the meta-header policySimon McVittie2012-05-0739-75/+37
* Stop using TP_ERRORSSimon McVittie2012-05-0211-26/+26
* 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
* 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-2027-2566/+2210
|\
| * 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-0612-0/+24
| |\
| * | 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-1018-0/+3295
| * | Remove StreamedMedia exampleXavier Claessens2012-01-1016-3682/+0
* | | Consistently use G_PARAM_STATIC_STRINGS for propertiesSimon McVittie2012-02-096-12/+6
| |/ |/|
* | Add config.h include in all source filesXavier Claessens2012-02-0613-0/+26
|/
* 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-167-14/+14
* ExampleContactList: implement block_contacts_with_abuse_asyncGuillaume Desmottes2011-10-311-3/+6
* ExampleEcho2Channel: add a simple implementation of SMS.GetSMSLength()Guillaume Desmottes2011-05-302-0/+42
* ExampleEcho2Channel: implement SMS interfaceGuillaume Desmottes2011-05-302-8/+118
* Examples: implement Conn.I.ContactBlocking in CL exampleWill Thompson2011-04-161-0/+3
* Merge branch 'ldflags'Simon McVittie2011-03-155-0/+15
|\
| * Check for -Wl,--no-add-needed and add it to AM_LDFLAGS everywhere we compile CSimon McVittie2011-01-105-0/+15
* | echo-message-parts/chan: add Messages.MessageTypes to immutable propertiesGuillaume Desmottes2011-03-021-0/+1
|/
* tp_cm_message_new: remove size_hint argGuillaume Desmottes2010-12-091-1/+1
* echo-message-parts: stop using deprecated APIGuillaume Desmottes2010-12-091-3/+2
* message-mixin.h: include cm-message.hGuillaume Desmottes2010-12-091-1/+0
* don't include base-connection.h in message.hGuillaume Desmottes2010-12-091-0/+1