tp_g_signal_connect_object needs specific support for any connect-flags. It currently supports both the flags that exist in GLib (SWAPPED and AFTER) and is documented as such. However, if the GLib developers add more, we should stop people trying to use them until we've added support for them. This branch makes it return_if_fail if you disobey the documentation.
Seems reasonable.
Thanks, fixed in git for 0.13.10
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.