Function shadow_rs::cshadow::address_toHostIPString
source ยท pub unsafe extern "C-unwind" fn address_toHostIPString(
address: *const Address,
) -> *const gchar
Expand description
Retrieves the dot-and-decimal string representation of the host-order version of this address. The caller does not own and should not modify or free the string. @param address a valid, non-NULL Address structure previously created with address_new() @return an address pointing to the internal memory holding the string