Skip to content

Deprecate old GTlsConnection functionality even harder!

Michael Catanzaro requested to merge mcatanzaro/gtlsconnection-changes into master

I'm removing support for some deprecated functionality from glib-networking. The glib documentation should be updated to indicate these functions no longer do anything. Additionally, ebassi suggested changing the setter functions to set default values and the getter functions to return default values, regardless of the actual value of the properties (which the user can still set manually).

Merge request reports