Age | Commit message (Expand) | Author | Files | Lines |
2008-02-11 | examples/extensions/Makefile.am: allow extensions to include unstable interfa... | Simon McVittie | 1 | -0/+1 |
2008-02-04 | Distribute tp-glib-examples.supp and README | Simon McVittie | 1 | -0/+2 |
2008-02-04 | Add examples/README | Simon McVittie | 1 | -0/+64 |
2008-01-24 | inspect-channel: update for TpChannel API change (requires a TpConnection now) | Simon McVittie | 1 | -5/+25 |
2008-01-18 | tp-glib-examples.supp: suppress errors that are dbus-glib bug https://bugs.fr... | Simon McVittie | 1 | -0/+7 |
2008-01-18 | Be a little less specific when detecting allocs made by g_quark_from_static_s... | Simon McVittie | 1 | -27/+23 |
2008-01-18 | Add some more valgrind suppressions for allocated-once GLib internals | Simon McVittie | 1 | -4/+12 |
2008-01-18 | Make suppresion of "leak" from g_main_context_default more general, and add a... | Simon McVittie | 1 | -2/+12 |
2008-01-18 | Make a valgrind suppression more general - we don't care about leaks caused b... | Simon McVittie | 1 | -11/+8 |
2008-01-18 | Add an example valgrind Memcheck suppressions file. | Simon McVittie | 1 | -0/+162 |
2008-01-18 | list-managers: exit 1 on failure, and don't leak the TpDBusDaemon | Simon McVittie | 1 | -13/+20 |
2008-01-18 | list-connections: exit 1 on failure, and don't leak the TpDBusDaemon | Simon McVittie | 1 | -12/+18 |
2008-01-18 | inspect-channel: don't create a GMainLoop, none is needed | Simon McVittie | 1 | -3/+0 |
2008-01-17 | Add an example for using tp_list_connection_names | Simon McVittie | 2 | -0/+73 |
2008-01-17 | tp_list_connection_managers: pass number of CMs to callback too | Simon McVittie | 1 | -1/+4 |
2008-01-17 | inspect-connection: copyright 2008 | Simon McVittie | 1 | -2/+2 |
2008-01-17 | inspect-connection: copyright 2008 | Simon McVittie | 1 | -2/+2 |
2008-01-17 | extended-client: copyright 2008 | Simon McVittie | 1 | -2/+2 |
2008-01-16 | inspect-connection: add a usage message | Simon McVittie | 1 | -1/+8 |
2008-01-16 | inspect-channel: add a usage message | Simon McVittie | 1 | -1/+6 |
2008-01-16 | Remove cruft from inspect-connection | Simon McVittie | 1 | -3/+0 |
2008-01-16 | inspect-connection: use tp_connection_run_until_ready() for simplicity | Simon McVittie | 1 | -39/+16 |
2008-01-16 | inspect-channel: use tp_channel_run_until_ready() for simplicity | Simon McVittie | 1 | -63/+41 |
2008-01-16 | extended-client: use notify::connection-ready instead of old connection-ready... | Simon McVittie | 1 | -1/+13 |
2008-01-16 | Use notify::connection-ready instead of deleted connection-ready signal in in... | Simon McVittie | 1 | -2/+12 |
2008-01-16 | Fix message printing in inspect-channel (missing newline) | Simon McVittie | 1 | -1/+1 |
2008-01-15 | Use TpProxy:interfaces property to reinstate interface listing in inspect-cha... | Simon McVittie | 1 | -0/+9 |
2008-01-15 | inspect-channel example: use notify::channel-ready instead of channel-ready s... | Simon McVittie | 1 | -17/+13 |
2008-01-15 | Add an argument to tp_cli_*_run_*, through which the TpProxyPendingCall is wr... | Simon McVittie | 2 | -5/+5 |
2008-01-14 | Add infrastructure to remap DBUS_GERROR_REMOTE_EXCEPTION to a useful GError. ... | Simon McVittie | 1 | -2/+1 |
2007-12-19 | Streamline initialization boilerplate for extensions convenience library by r... | Simon McVittie | 3 | -15/+9 |
2008-01-14 | Set EXAMPLE_IFACE_QUARK as prefix for interface quark generation in extension... | Simon McVittie | 2 | -4/+1 |
2008-01-10 | Correct signature of signal handlers in examples, rename from _died to _inval... | Simon McVittie | 2 | -13/+16 |
2008-01-10 | API change: rename tp_proxy_invalidated to _invalidate, rename TpProxy::destr... | Simon McVittie | 2 | -2/+3 |
2008-01-10 | examples: update for *_connect_to_* API change (extra GError ** argument) | Simon McVittie | 1 | -1/+3 |
2008-01-09 | examples: use *_run_* | Simon McVittie | 2 | -6/+7 |
2007-12-18 | Fix up examples and tests for simplified API | Simon McVittie | 2 | -4/+5 |
2007-12-19 | In examples, generate extended interfaces in their own subdirectory (more lik... | Simon McVittie | 20 | -447/+217 |
2007-12-18 | Fix up client example for proxy-subclass split | Simon McVittie | 2 | -3/+5 |
2007-12-17 | Fix duplicate value in Hat_Style enum | Simon McVittie | 2 | -4/+4 |
2007-12-17 | Add an example client which uses a third-party interface (the same Hats inter... | Simon McVittie | 8 | -0/+569 |
2007-12-17 | Add example connection manager with a third-party connection interface ("Conn... | Simon McVittie | 12 | -0/+848 |
2007-12-04 | inspect-connection: cope with API change | Simon McVittie | 1 | -1/+2 |
2007-12-03 | Fix copyright headers on examples: include our URL, also credit Nokia | Simon McVittie | 14 | -14/+32 |
2007-11-30 | inspect-channel: don't resolve well-known to unique name after all, tp_channe... | Simon McVittie | 1 | -17/+0 |
2007-11-30 | inspect-connection: use tp_connection_new, free more things | Simon McVittie | 1 | -7/+25 |
2007-11-30 | inspect-connection: non-blocking calls can no longer fail, so don't handle th... | Simon McVittie | 1 | -13/+4 |
2007-11-30 | inspect-channel: use tp_channel_new | Simon McVittie | 1 | -5/+10 |
2007-11-30 | inspect-channel: resolve well-known to unique name; free more things | Simon McVittie | 1 | -1/+25 |
2007-11-28 | list-managers: expect a constant array of CMs, and don't free it | Simon McVittie | 1 | -4/+2 |