soup-session.c: mark helper property API as (skip) to not collide with bindings
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 21 Jul 2011 19:13:44 +0000 (15:13 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Fri, 22 Jul 2011 21:19:55 +0000 (17:19 -0400)
commit48da81884eb7ce926eb34b8ba337ab099f5a59bc
tree6df917cb97516132c7c6289ef1e0e8e78efde5b7
parentd6c9aaac9c6c156391f8ee73e1cae353af9d2bed
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).

https://bugzilla.gnome.org/show_bug.cgi?id=655150
libsoup/soup-session.c