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 <[email protected]> http://www.baum.com.au/~jiri _______________________________________________ telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
