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