index
:
~smcv/telepathy-glib
016-async-ownership
asv
beforemerge
cm-debug-68390
codegen-tmpfile
disconnect-api-45459
dup-new-channels-52011
filtration
gdb
gdbus
gdbus-object
gdbus-object2
gdbus-prep2
gdbus-prep3
gdbus-properties
gdbus-properties2
gdbus2
gdbus3
gdk3
introspectable
master
merge-tp-fs
meta-header-more
names
new-interfaces
next
next-abi
next-after-gdbus
next-decore
next-del-deprecated
next-docs-49338
next-factory
next-gdbus
next-gvariant1
next-merge-logger
next-misc
next-privatize
next-tap
next-trivia
no-tmpnam-68350
py3k-codegen-56758
rm-dbus-glib-properties1
seal
seal-more
self-handle-changed
spec
telepathy-glib-0.18
telepathy-glib-0.20
trivia
variant
wip-better-assertions
wip-exportable
wip-gdbus-all
wip-gdbus-object
wip-gdbus2
wip-gdbus3
wip-gdbus4
wip-introspectable-connection
wip-next-api-review
wip-next-divisive
wip-next-gdbus
wip-next-gvariant-calls
wip-older-api
wip-presence-mixin
wip-run-until-prepared
wip-seal
wip-valgrind
wip-weak-ref
Unnamed repository; edit this file to name it for gitweb.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
client
/
inspect-channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-14
Change uses of TpIntSet to TpIntset
Philip Withnall
1
-2
/
+2
2010-05-24
Remove variables that shadow global function names
Danielle Madeley
1
-7
/
+7
2010-05-21
Examples: use TpIntSetFastIter
Simon McVittie
1
-4
/
+5
2010-03-30
inspect-channel example: be asynchronous
Simon McVittie
1
-72
/
+118
2009-11-23
Port examples/ directory to include telepathy-glib.h instead
Danielle Madeley
1
-5
/
+1
2009-01-30
inspect-channel example: use tp_dbus_daemon_dup, and fix cleanup code
Simon McVittie
1
-4
/
+13
2008-01-24
inspect-channel: update for TpChannel API change (requires a TpConnection now)
Simon McVittie
1
-5
/
+25
2008-01-18
inspect-channel: don't create a GMainLoop, none is needed
Simon McVittie
1
-3
/
+0
2008-01-17
inspect-connection: copyright 2008
Simon McVittie
1
-2
/
+2
2008-01-16
inspect-channel: add a usage message
Simon McVittie
1
-1
/
+6
2008-01-16
inspect-channel: use tp_channel_run_until_ready() for simplicity
Simon McVittie
1
-63
/
+41
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
1
-1
/
+1
2008-01-10
Correct signature of signal handlers in examples, rename from _died to _inval...
Simon McVittie
1
-6
/
+7
2008-01-10
API change: rename tp_proxy_invalidated to _invalidate, rename TpProxy::destr...
Simon McVittie
1
-1
/
+2
2008-01-09
examples: use *_run_*
Simon McVittie
1
-2
/
+3
2007-12-03
Fix copyright headers on examples: include our URL, also credit Nokia
Simon McVittie
1
-1
/
+2
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-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-27
Client examples: use the same environment var for debug as the CM examples
Simon McVittie
1
-1
/
+1
2007-11-19
TpProxy: include a GError in the Destroyed signal
Simon McVittie
1
-1
/
+3
2007-11-19
examples/: indicate where the "in" arguments would go
Simon McVittie
1
-0
/
+1
2007-11-16
Add timeout_ms argument in inspect-channel example
Simon McVittie
1
-1
/
+1
2007-11-15
Make TpProxy not a subclass of DBusGProxy
Simon McVittie
1
-5
/
+4
2007-11-15
Fix array leak in inspect-channel example
Simon McVittie
1
-0
/
+2
2007-11-15
Rename introspected signal to channel-ready
Simon McVittie
1
-8
/
+8
2007-11-15
examples/client/inspect-channel.c: if the channel is a group, fetch its membe...
Simon McVittie
1
-0
/
+30
2007-11-15
Add inspect-channel example (a simple wrapper around TpChannel)
Simon McVittie
1
-0
/
+81