Skip to content

Remove property aliases

Patrick Griffis requested to merge pgriffis/remove-property-aliases into master

This was an oddity of libsoup that no other GObject library does.

The downsides are mostly that tooling doesn't expect it so its easy to not document them or not define them and developers don't expect them so they don't realize the defines are just property names or search codebases for one but miss the other.

It just doesn't follow convention.

Merge request reports