p_compare property
Pointer<NativeFunction<pj_status_t Function(Int32 context, Pointer<Void> uri1, Pointer<Void> uri2)> >
p_compare
getter/setter pair
Compare two URIs according to the context. @param context the context. @param uri1 the first URI (self). @param uri2 the second URI. @return PJ_SUCCESS if equal, or otherwise the error status which should point to the mismatch part.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
pj_status_t Function(ffi.Int32 context, ffi.Pointer<ffi.Void> uri1,
ffi.Pointer<ffi.Void> uri2)>> p_compare;