GNOME Bugzilla – Bug 655150
soup-session.c: mark helper property API as (skip) to not collide with bindings
Last modified: 2011-07-23 02:03:51 UTC
See patch.
Created attachment 192506 [details] [review] soup-session.c: mark helper property API as (skip) to not collide with bindings gobject-introspection-bindable interpreters like pygobject and gjs replace "-"s in property names with "_"s. Given that the property API intentionally uses the same names as their real methods, this causes a collision. Since the properties were never intended to be bindable, just mark them as (skip).
Just a small note, but this would require an extremely recent gobject-introspection (bug #655149). In reality, the property/signal annotations were never parsed in the first place.