[Telepathy] using ContactCapabilities? - SOLVED
Jiri Baum
jiri at baum.com.au
Mon Nov 9 22:31:04 PST 2009
Hi Simon,
> > (process:7712): tp-glib/proxy-DEBUG: noc_idle_context_invoke:
> > NameOwnerChanged(org.freedesktop.Telepathy.Client.au_com_baum_example,
> > :1.74 -> )
...
> It seems your example crashed when GetAll() was called?
Ah, found it!
The function I was using to claim the well-known name is actually an object
constructor, and the object releases the name in the destructor. I need to
either store the return value or inherit from the class. I was throwing the
value away, so it would claim the bus name and then immediately release it.
> When you succeed, "0 channel filters" should be nonzero, and should be
> followed by a list of your channel filters.
Yes - it now says "1 channel filters".
Thank you!
Jiri
--
Jiri Baum <jiri at baum.com.au> http://www.baum.com.au/~jiri
More information about the telepathy
mailing list