|
@ -405,9 +405,11 @@ BOOST_PYTHON_MODULE(pEp) |
|
|
"\n" |
|
|
"\n" |
|
|
"overwrite this method with an implementation of a handshake dialog") |
|
|
"overwrite this method with an implementation of a handshake dialog") |
|
|
.def("deliverHandshakeResult", &UserInterface::deliverHandshakeResult, |
|
|
.def("deliverHandshakeResult", &UserInterface::deliverHandshakeResult, |
|
|
"deliverHandshakeResult(self, result)\n" |
|
|
boost::python::arg("identities")=object(), |
|
|
|
|
|
"deliverHandshakeResult(self, result, identities=None)\n" |
|
|
"\n" |
|
|
"\n" |
|
|
" result -1: cancel, 0: accepted, 1: rejected\n" |
|
|
" result -1: cancel, 0: accepted, 1: rejected\n" |
|
|
|
|
|
" identities list of identities to share or None for all\n" |
|
|
"\n" |
|
|
"\n" |
|
|
"call to deliver the handshake result of the handshake dialog") |
|
|
"call to deliver the handshake result of the handshake dialog") |
|
|
; |
|
|
; |
|
|