summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-14Echo example CM: support Requested, InitiatorHandle, InitiatorID and TargetIDSimon McVittie1-4/+69
2008-10-14channelspecific example CM: add all the Channel properties from spec <= 0.17.13Simon McVittie1-4/+66
2008-10-13All test and example CMs: have RequestHandles raise NotAvailable for invalid ...Simon McVittie3-10/+10
2008-10-13Update suppression file for glibc 2.7's backtraceSimon McVittie1-1/+21
2008-09-29tp-glib-examples.supp: remove /lib prefix in front of libdbus-1.so.*Guillaume Desmottes1-20/+20
2008-09-29tp-glib.supp: don't hardcode /usr path to libdbus-1.soGuillaume Desmottes1-20/+20
2008-08-19Remove all .git-darcs-dir filesSimon McVittie8-0/+0
2008-08-15Consolidate all .gitignore files to top levelSimon McVittie2-3/+0
2008-08-14Add .gitignore filesXavier Claessens2-0/+3
2008-07-21Correct spec-formatting issues in Hats example interface, as picked up by the...Simon McVittie1-4/+5
2008-06-19glib-interfaces-gen.pyOlli Salli1-15/+4
2008-06-18c-constants-generator.xsl -> c-constants-gen.pyOlli Salli1-4/+4
2008-06-06Example CMs: consistently use static stringsSimon McVittie7-9/+9
2008-06-06Example CM channel factories: use clearer function namingSimon McVittie2-36/+36
2008-06-05ExampleCSHRoomChannel: interfaces should be read-onlySimon McVittie1-1/+1
2008-06-05ExampleCSHRoomChannel: make member name consistent with echo exampleSimon McVittie1-1/+1
2008-06-05Actually implement Group D-Bus properties on ExampleCSHRoomChannelSimon McVittie1-4/+5
2008-06-05Add basic channel properties to ExampleCSHRoomChannelSimon McVittie1-0/+19
2008-06-05Add an 'interfaces' GObject property to channel-specific-handles chatroom cha...Simon McVittie1-3/+20
2008-05-28Add an example CM with chatrooms that have channel-specific handlesSimon McVittie12-0/+1487
2008-06-05ExampleEchoChannel:interfaces: should not be written at construct timeSimon McVittie1-1/+1
2008-06-05Don't guard tp_dbus_properties_mixin_class_init against being called multiple...Simon McVittie1-8/+3
2008-06-05Implement Channel interface's TargetHandleType, TargetHandle, ChannelType and...Simon McVittie1-0/+12
2008-06-05Add an empty implementation of Properties (supporting no properties) to "echo...Simon McVittie2-0/+16
2008-06-05Add 'interfaces' property to channels created by "echo" example CMSimon McVittie1-3/+15
2008-05-12Suppress leak warnings from ld.so initialization involving SELinuxSimon McVittie1-0/+40
2008-04-14Re-namespace echo CMSimon McVittie5-71/+73
2008-04-14Libraryize "echo" example CMSimon McVittie1-3/+9
2008-04-14Make a Valgrind suppression slightly less specific to avoid needing dbus-glib...Simon McVittie1-1/+2
2008-05-02tp-glib-examples.supp: don't warn on dlopen initialization, triggered by hand...Simon McVittie1-0/+124
2008-04-02Add init functions which have to be called at the beginning of extensions' cl...Simon McVittie1-0/+2
2008-04-02examples/extensions: use new 0.7.6 APISimon McVittie1-0/+1
2008-04-02tp-glib-examples.supp: update for GLib 2.16 and for lack of debug symbolsSimon McVittie1-6/+18
2008-04-02Echo example: terminate arguments to tp_text_mixin_set_message_types correctlySimon McVittie1-1/+2
2008-02-29Make suppressions file less specific to avoid complaints about dbus_g_bus_get...Simon McVittie1-20/+20
2008-02-26example_cli_init: only run the registration code onceSimon McVittie1-3/+12
2008-02-22Fix shadowing and unintentional globals in the examplesSimon McVittie5-9/+9
2008-02-22Fix sh syntax and not-always-regenerated code in examples/extensions/Makefile.amSimon McVittie1-6/+4
2008-02-21examples/extensions/: fix compilation with -Wmissing-prototypes -Wmissing-dec...Simon McVittie2-2/+6
2008-02-11examples/extensions/Makefile.am: allow extensions to include unstable interfa...Simon McVittie1-0/+1
2008-02-04Distribute tp-glib-examples.supp and READMESimon McVittie1-0/+2
2008-02-04Add examples/READMESimon McVittie1-0/+64
2008-01-24inspect-channel: update for TpChannel API change (requires a TpConnection now)Simon McVittie1-5/+25