Function shadow_rs::cshadow::address_isEqual

source ยท
pub unsafe extern "C-unwind" fn address_isEqual(
    a: *mut Address,
    b: *mut Address,
) -> gboolean
Expand description

Checks if the given addresses are equal. This function is NULL safe, so so either or both addresses may be NULL. @param a a valid, non-NULL Address structure previously created with address_new() @param b a valid, non-NULL Address structure previously created with address_new() @return TRUE if both addresses are NULL or if the IP associated with both addresses are equal, FALSE otherwise