In tp-glib client code, we can give a gobject to async calls and signals to tell tp-glib to cancel/disconnect them if the object is finalized. When a signal/call is disconnected/cancelled because of the weak ref, TpProxy will call g_object_weak_unref() on the finalized object and cause a warning.
Created attachment 12994 [details] [review] proposed patch
Applied in Darcs, will be in 0.7.1.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.