summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-16inspect-connection: use tp_connection_run_until_ready() for simplicitySimon McVittie1-39/+16
2008-01-16inspect-channel: use tp_channel_run_until_ready() for simplicitySimon McVittie1-63/+41
2008-01-16extended-client: use notify::connection-ready instead of old connection-ready...Simon McVittie1-1/+13
2008-01-16Use notify::connection-ready instead of deleted connection-ready signal in in...Simon McVittie1-2/+12
2008-01-16Fix message printing in inspect-channel (missing newline)Simon McVittie1-1/+1
2008-01-15Use TpProxy:interfaces property to reinstate interface listing in inspect-cha...Simon McVittie1-0/+9
2008-01-15inspect-channel example: use notify::channel-ready instead of channel-ready s...Simon McVittie1-17/+13
2008-01-15Add an argument to tp_cli_*_run_*, through which the TpProxyPendingCall is wr...Simon McVittie2-5/+5
2008-01-14Add infrastructure to remap DBUS_GERROR_REMOTE_EXCEPTION to a useful GError. ...Simon McVittie1-2/+1
2007-12-19Streamline initialization boilerplate for extensions convenience library by r...Simon McVittie3-15/+9
2008-01-14Set EXAMPLE_IFACE_QUARK as prefix for interface quark generation in extension...Simon McVittie2-4/+1
2008-01-10Correct signature of signal handlers in examples, rename from _died to _inval...Simon McVittie2-13/+16
2008-01-10API change: rename tp_proxy_invalidated to _invalidate, rename TpProxy::destr...Simon McVittie2-2/+3
2008-01-10examples: update for *_connect_to_* API change (extra GError ** argument)Simon McVittie1-1/+3
2008-01-09examples: use *_run_*Simon McVittie2-6/+7
2007-12-18Fix up examples and tests for simplified APISimon McVittie2-4/+5
2007-12-19In examples, generate extended interfaces in their own subdirectory (more lik...Simon McVittie20-447/+217
2007-12-18Fix up client example for proxy-subclass splitSimon McVittie2-3/+5
2007-12-17Fix duplicate value in Hat_Style enumSimon McVittie2-4/+4
2007-12-17Add an example client which uses a third-party interface (the same Hats inter...Simon McVittie8-0/+569
2007-12-17Add example connection manager with a third-party connection interface ("Conn...Simon McVittie12-0/+848
2007-12-04inspect-connection: cope with API changeSimon McVittie1-1/+2
2007-12-03Fix copyright headers on examples: include our URL, also credit NokiaSimon McVittie14-14/+32
2007-11-30inspect-channel: don't resolve well-known to unique name after all, tp_channe...Simon McVittie1-17/+0
2007-11-30inspect-connection: use tp_connection_new, free more thingsSimon McVittie1-7/+25
2007-11-30inspect-connection: non-blocking calls can no longer fail, so don't handle th...Simon McVittie1-13/+4
2007-11-30inspect-channel: use tp_channel_newSimon McVittie1-5/+10
2007-11-30inspect-channel: resolve well-known to unique name; free more thingsSimon McVittie1-1/+25
2007-11-28list-managers: expect a constant array of CMs, and don't free itSimon McVittie1-4/+2