Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-11-28 | No-protocols example: optionally use tp_debug_divert_messages and tp_debug_ti... | Simon McVittie | 1 | -0/+4 |
2007-11-28 | Echo example: optionally use tp_debug_divert_messages and tp_debug_timestampe... | Simon McVittie | 1 | -0/+4 |
2007-11-27 | echo CM: set debugging correctly | Simon McVittie | 1 | -1/+2 |
2007-11-27 | Add telepathy-example-cm-echo, a simple CM with text channels that echo messages | Simon McVittie | 12 | -1/+1149 |
2007-11-27 | Client examples: use the same environment var for debug as the CM examples | Simon McVittie | 4 | -4/+4 |
2007-11-27 | no-protocols CM: set debugging correctly | Simon McVittie | 1 | -1/+2 |
2007-11-27 | inspect-cm: use new error argument to tp_connection_manager_new | Simon McVittie | 1 | -1/+9 |
2007-11-27 | no-protocols example CM: use a valid D-Bus name (with underscores, not minus ... | Simon McVittie | 2 | -2/+2 |
2007-11-26 | Add full weak-object support to tp_list_connection_managers | Simon McVittie | 2 | -3/+4 |
2007-11-26 | Add an example that lists the connection managers | Simon McVittie | 2 | -0/+70 |
2007-11-21 | Add usage info for inspect-cm example | Simon McVittie | 1 | -1/+13 |
2007-11-21 | inspect-cm: fix up for .manager file parsing; time out after 5 seconds if ins... | Simon McVittie | 1 | -3/+17 |
2007-11-21 | Add inspect-cm example (doesn't do much yet, because TpConnectionManager's AP... | Simon McVittie | 2 | -0/+59 |
2007-11-19 | TpProxy: include a GError in the Destroyed signal | Simon McVittie | 2 | -2/+6 |
2007-11-19 | examples/: indicate where the "in" arguments would go | Simon McVittie | 2 | -0/+2 |
2007-11-16 | Call async callbacks with an error if not implemented; make async callbacks n... | Simon McVittie | 1 | -8/+2 |
2007-11-16 | Add timeout_ms argument in inspect-channel example | Simon McVittie | 1 | -1/+1 |