Browse Source

Removed: get_trustwords_for_fpr()

API spec:
mandatory: get_trustwords()
optional: get_message_trustwords()
pull/35/head
heck 3 years ago
parent
commit
e9d3c41378
  1. 8
      src/codegen/pEp.yml2

8
src/codegen/pEp.yml2

@ -185,14 +185,6 @@ namespace pEp {
in bool full in bool full
); );
method cached=true get_trustwords_for_fprs(
in string fpr1,
in string fpr2,
in string lang,
returns sstring words,
in bool full
);
method cached=true get_message_trustwords( method cached=true get_message_trustwords(
in message msg, in message msg,
in stringlist keylist, in stringlist keylist,

Loading…
Cancel
Save