From Will's recent patch correcting the documentation: 494 * Returns: either %NULL or a borrowed #DBusGProxy corresponding to @interface, 495 * depending on implementation details. To reliably borrow the #DBusGProxy, use 496 * tp_proxy_borrow_interface_by_id(). (This method should probably have 497 * returned void; sorry.) (We don't want to make the DBusGProxy until it's strictly needed, so trying to return it here is undesirable.)
Created attachment 57931 [details] [review] tp_proxy_add_interface_by_id: return void
Comment on attachment 57931 [details] [review] tp_proxy_add_interface_by_id: return void Review of attachment 57931 [details] [review]: ----------------------------------------------------------------- Looks good.
Fixed in next
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.