GNOME Bugzilla – Bug 710491
Deprecate {begin,send}_action_hash
Last modified: 2013-11-30 09:52:57 UTC
Deprecate the hash functions since they are generating incompatiblities with most DLNA devices as they can't guarantee order of arguments
Created attachment 257684 [details] [review] Deprecate {begin,send}_action_hash They cannot guarantee the order of arguments which breaks interaction with DLNA-complient devices. The use of end_action_hash is fine, though. It can be paired with all of the begin_action_* functions.
This didn't actually end up in 0.20.8, should probably be done now.
Agree. I would also like to branch off a stable gupnp-0.20 branch and start breaking ABI and API on master to finally merge stuff like bug 654446 and the g-i issues that need API changes (https://git.gnome.org/browse/gupnp/log/?h=wip/fix-gi)
And fix bug 701446 which probably needs a GDestroyNotify parameter to work correctly.
Attachment 257684 [details] pushed as 423e5e8 - Deprecate {begin,send}_action_hash