summaryrefslogtreecommitdiff
path: root/examples/cm/echo-message-parts
Commit message (Expand)AuthorAgeFilesLines
* 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 AC_PROG_MKDIR_P instead of deprecated AM_PROG_MKDIR_PSimon McVittie2013-06-111-1/+1
* example protocols: update to use get_interfaces_array vfuncJonny Lamb2012-07-051-9/+12
* example & test connections: update to use new get_interfaces… vfuncJonny Lamb2012-07-051-1/+16
* Remove useless TP_SEAL_ENABLEXavier Claessens2012-06-051-1/+0
* Examples: disable single includeXavier Claessens2012-06-051-0/+1
* Examples: do no use message-internal.hXavier Claessens2012-06-051-7/+9
* Compile all examples with TP_SEAL_ENABLESimon McVittie2012-06-041-0/+1
* Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie2012-06-042-3/+7
* Implement ChatState in test echo channelXavier Claessens2012-05-091-0/+15
* All examples: follow the meta-header policySimon McVittie2012-05-077-12/+8
* Stop using TP_ERRORSSimon McVittie2012-05-022-4/+4
* Don't use the deprecated TpBaseChannelClass.interfaces propertySimon McVittie2012-04-121-6/+14
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-1/+1
* Consistently use G_PARAM_STATIC_STRINGS for propertiesSimon McVittie2012-02-092-4/+2
* 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-161-2/+2
* ExampleEcho2Channel: add a simple implementation of SMS.GetSMSLength()Guillaume Desmottes2011-05-302-0/+42
* ExampleEcho2Channel: implement SMS interfaceGuillaume Desmottes2011-05-302-8/+118
* Merge branch 'ldflags'Simon McVittie2011-03-151-0/+3
|\
| * Check for -Wl,--no-add-needed and add it to AM_LDFLAGS everywhere we compile CSimon McVittie2011-01-101-0/+3
* | 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
* Merge remote branch 'eitan/protocol-iface-avatars'Simon McVittie2010-11-251-1/+48
|\
| * Added avatar protocol test.Eitan Isaacson2010-11-171-1/+48
* | Use G_N_ELEMENTS throughoutSimon McVittie2010-11-251-1/+1
|/
* echo-message-parts: add Messages immutable propertiesGuillaume Desmottes2010-10-291-0/+19
* fd.o #30730: order tests' and examples' CFLAGS and LIBS consistentlySimon McVittie2010-10-251-12/+20
* Messages example: advertise and test a non-trivial delivery reporting support...Simon McVittie2010-10-181-1/+1
* Remove a trailing semicolon in G_DEFINE_TYPE_WITH_CODEWill Thompson2010-08-241-1/+2
* Examples: use local TpBaseFoo variables where appropriate.Will Thompson2010-08-241-5/+6
* Merge branch 'master' into base-channelWill Thompson2010-08-246-33/+35
|\
| * echo2 example CM: correctly claim to implement DESTROYABLESimon McVittie2010-07-271-1/+1
| * ExampleEcho2ConnectionManager: delete new_connection, no_protocolsSimon McVittie2010-07-271-18/+0
| * echo2 example CM: use tp_base_protocol_get_nameSimon McVittie2010-07-271-7/+1
| * echo2 example: implement the Contacts interfaceSimon McVittie2010-07-273-7/+33
* | Port echo-message-parts example to TpBaseChannelJonathon Jongsma2010-08-232-362/+27
|/
* Use a static, complete .manager file for echo2 if installing examplesSimon McVittie2010-07-224-32/+28
* get_connection_details: return channel managers instead of RCCsSimon McVittie2010-07-161-6/+4
* echo2 example: implement type_foreach_channel_class and use it for the ProtocolSimon McVittie2010-07-163-28/+9
* Update Protocol spec draft, and fix C code accordinglySimon McVittie2010-06-292-31/+13
* Echo 2 example: implement the Protocol object's basic propertiesSimon McVittie2010-06-296-13/+153
* echo2 example CM: use Protocol objectsSimon McVittie2010-06-295-34/+169
* Use tp_dbus_daemon_register_object in examplesSimon McVittie2010-04-191-8/+3