address: Add introspection-friendly to_string_dup
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.
Showing
Please register or sign in to comment