summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-18tp-glib-examples.supp: suppress errors that are dbus-glib bug https://bugs.fr...Simon McVittie1-0/+7
2008-01-18Be a little less specific when detecting allocs made by g_quark_from_static_s...Simon McVittie1-27/+23
2008-01-18Add some more valgrind suppressions for allocated-once GLib internalsSimon McVittie1-4/+12
2008-01-18Make suppresion of "leak" from g_main_context_default more general, and add a...Simon McVittie1-2/+12
2008-01-18Make a valgrind suppression more general - we don't care about leaks caused b...Simon McVittie1-11/+8
2008-01-18Add an example valgrind Memcheck suppressions file.Simon McVittie1-0/+162
2008-01-18list-managers: exit 1 on failure, and don't leak the TpDBusDaemonSimon McVittie1-13/+20
2008-01-18list-connections: exit 1 on failure, and don't leak the TpDBusDaemonSimon McVittie1-12/+18
2008-01-18inspect-channel: don't create a GMainLoop, none is neededSimon McVittie1-3/+0
2008-01-17Add an example for using tp_list_connection_namesSimon McVittie2-0/+73
2008-01-17tp_list_connection_managers: pass number of CMs to callback tooSimon McVittie1-1/+4
2008-01-17inspect-connection: copyright 2008Simon McVittie1-2/+2
2008-01-17inspect-connection: copyright 2008Simon McVittie1-2/+2
2008-01-17extended-client: copyright 2008Simon McVittie1-2/+2
2008-01-16inspect-connection: add a usage messageSimon McVittie1-1/+8
2008-01-16inspect-channel: add a usage messageSimon McVittie1-1/+6
2008-01-16Remove cruft from inspect-connectionSimon McVittie1-3/+0