Browse Source

JNI-157: add set_comm_partner_key()

JNI-157
heck 4 years ago
parent
commit
180696f344
  1. 5
      src/codegen/pEp.yml2

5
src/codegen/pEp.yml2

@ -248,6 +248,11 @@ namespace pEp {
in identitylist identities const
);
method cached=true set_comm_partner_key(
in identity ident,
in string fpr
);
// "basic" methods are generated on the java side, but
// on the C++ side, manually implemented in basic_api.cc

Loading…
Cancel
Save