Skip to content

address: Add introspection-friendly to_string_dup

James Westman requested to merge fix-to-string-introspection into master

nice_address_to_string expects an already-allocated string, which is not great for introspection. Adds nice_address_to_string_dup, which does the same thing, but returns a newly allocated string.

Merge request reports