summaryrefslogtreecommitdiff
path: root/examples/client/inspect-channel.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-14Change uses of TpIntSet to TpIntsetPhilip Withnall1-2/+2
2010-05-24Remove variables that shadow global function namesDanielle Madeley1-7/+7
2010-05-21Examples: use TpIntSetFastIterSimon McVittie1-4/+5
2010-03-30inspect-channel example: be asynchronousSimon McVittie1-72/+118
2009-11-23Port examples/ directory to include telepathy-glib.h insteadDanielle Madeley1-5/+1
2009-01-30inspect-channel example: use tp_dbus_daemon_dup, and fix cleanup codeSimon McVittie1-4/+13
2008-01-24inspect-channel: update for TpChannel API change (requires a TpConnection now)Simon McVittie1-5/+25
2008-01-18inspect-channel: don't create a GMainLoop, none is neededSimon McVittie1-3/+0
2008-01-17inspect-connection: copyright 2008Simon McVittie1-2/+2
2008-01-16inspect-channel: add a usage messageSimon McVittie1-1/+6
2008-01-16inspect-channel: use tp_channel_run_until_ready() for simplicitySimon McVittie1-63/+41
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 McVittie1-1/+1
2008-01-10Correct signature of signal handlers in examples, rename from _died to _inval...Simon McVittie1-6/+7
2008-01-10API change: rename tp_proxy_invalidated to _invalidate, rename TpProxy::destr...Simon McVittie1-1/+2
2008-01-09examples: use *_run_*Simon McVittie1-2/+3
2007-12-03Fix copyright headers on examples: include our URL, also credit NokiaSimon McVittie1-1/+2
2007-11-30inspect-channel: don't resolve well-known to unique name after all, tp_channe...Simon McVittie1-17/+0
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-27Client examples: use the same environment var for debug as the CM examplesSimon McVittie1-1/+1
2007-11-19TpProxy: include a GError in the Destroyed signalSimon McVittie1-1/+3
2007-11-19examples/: indicate where the "in" arguments would goSimon McVittie1-0/+1
2007-11-16Add timeout_ms argument in inspect-channel exampleSimon McVittie1-1/+1
2007-11-15Make TpProxy not a subclass of DBusGProxySimon McVittie1-5/+4
2007-11-15Fix array leak in inspect-channel exampleSimon McVittie1-0/+2
2007-11-15Rename introspected signal to channel-readySimon McVittie1-8/+8
2007-11-15examples/client/inspect-channel.c: if the channel is a group, fetch its membe...Simon McVittie1-0/+30
2007-11-15Add inspect-channel example (a simple wrapper around TpChannel)Simon McVittie1-0/+81