summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2009-01-07WhitespaceSimon McVittie2-40/+40
2009-01-07Replace the remaining instances of the "channel factory" terminologySimon McVittie4-8/+7
2009-01-07echo2 example CM: rename Echo2Factory to Echo2ImManagerSimon McVittie3-57/+57
2009-01-07echo example CM: rename to ExampleEchoFactory to ExampleEchoImManagerSimon McVittie3-64/+63
2009-01-07echo examples: rename files containing channel managers to im-manager.[ch]Simon McVittie8-14/+14
2009-01-07echo example CMs: add connection prefix to manager.[ch]Simon McVittie8-10/+10
2009-01-07extended CM example: rename ExampleConnection to ExampleExtendedConnectionSimon McVittie3-43/+43
2009-01-07extended example CM: add connection- prefix to manager.[ch]Simon McVittie5-62/+72
2009-01-07no-protocols example CM: rename manager.[ch] with connection- prefixSimon McVittie5-65/+75
2009-01-07Change filename of channelspecific room manager to match class nameSimon McVittie4-5/+5
2009-01-07channelspecific example: rename RoomFactory to RoomManagerSimon McVittie3-65/+65
2009-01-07channelspecific example: rename manager.[ch] to connection-manager.[ch]Simon McVittie4-5/+5
2009-01-07channelspecific example: port channel factory to TpChannelManagerSimon McVittie2-70/+191
2009-01-07channelspecific example room: implement TpExportableChannelSimon McVittie1-7/+43
2009-01-07Echo2 example: advertise support for RequestsSimon McVittie1-0/+5
2009-01-07Echo example: advertise support for RequestsSimon McVittie1-0/+5
2009-01-07Echo example: port channel factory to be a channel managerSimon McVittie2-70/+186
2009-01-07Echo2 example: port channel factory to be a channel managerSimon McVittie2-69/+184
2009-01-07Echo example: use correct method return for DestroySimon McVittie1-1/+1
2009-01-07Echo2 example: implement DestroyableSimon McVittie1-5/+5
2008-12-18Merge branch 'messages'Simon McVittie11-0/+1449
2008-12-12More shared DBus connection and g_type_init suppressionsWill Thompson1-0/+208
2008-12-03Simplify makefiles and avoid using $(TP_GLIB_LIBS)Simon McVittie6-18/+31
2008-11-18Messages: adapt to MessageSent growing a flags argWill Thompson1-1/+1
2008-11-18echo-message-parts: pass delivery report support flags to implement_sendingWill Thompson1-0/+1
2008-11-18Remove references to TP_MESSAGE_PART_SUPPORT_FLAG_DATA_ONLYWill Thompson1-1/+0
2008-11-18echo2 CM: use message mixin methods, not text mixin, for respawn logicSimon McVittie1-2/+2
2008-11-18echo2 CM: remove call to tp_message_mixin_class_init mistakenly left over dur...Simon McVittie1-3/+0
2008-11-18ExampleEcho2Channel: don't guard against multiple invocation of class_init, G...Simon McVittie1-1/+0
2008-11-18examples/cm/echo-message-parts/chan.c: update tp_message_mixin_init_dbus_prop...Simon McVittie1-5/+3
2008-11-18Echo example CM: don't echo messages we don't understandSimon McVittie1-4/+16
2008-11-18echo2 example: update to support D-Bus propertiesSimon McVittie1-1/+11
2008-11-18Fix up echo2 example for TpMessage-based APISimon McVittie1-71/+25
2008-11-18Remove TpMessageMixinClass from example CMSimon McVittie1-2/+1
2008-11-18Make TpMessageMixinSendImpl return voidSimon McVittie1-4/+2
2008-11-18echo2 example CM: update to new APISimon McVittie1-18/+132
2008-11-18echo-message-parts example: adapt to new interface nameSimon McVittie1-2/+9
2008-11-18Improve commentSimon McVittie1-1/+2
2008-11-18TpMessageMixin: allow message sending to fail; return message ID from tp_mess...Simon McVittie1-1/+1
2008-11-18echo-2 example CM: declare support for the MessageParts interfaceSimon McVittie1-1/+3
2008-11-18Implement some more of the Message mixinSimon McVittie2-70/+37
2008-11-18Improve build process for echo-2 example CMSimon McVittie1-2/+4
2008-11-18Copy echo connection manager as echo-message-parts (doesn't actually implemen...Simon McVittie11-0/+1385
2008-10-30Add tp_text_mixin_receive_with_flagsSimon McVittie1-2/+3
2008-10-30Echo example CM: adjust order of events for spec 0.17.14 complianceSimon McVittie1-7/+4
2008-10-30Echo CM: implement DestroyableSimon McVittie1-12/+7
2008-10-30Echo CM: implement TpExportableChannel, respawning, and (#if'd out) DestroyableSimon McVittie2-23/+138
2008-10-24inspect-contact example: inspect other people as well as ourselvesSimon McVittie1-24/+79
2008-10-21Add an example program that inspects a contact (so far, only the self-handle)Simon McVittie2-0/+165
2008-10-15example CMs: use unsigned, not gboolean, for bitfieldsSimon McVittie2-4/+6