respond_get_contact
Description:
public void respond_get_contact (
uint32 opid,
owned Error? error,
Contact? contact)
Notifies listeners of the completion of the get_contact method call.
Only one of error and contact can be set.
Parameters:
| this |
An DataBook
|
| opid |
An operation ID
|
| error |
Operation error, if any, automatically freed if passed it
|
| contact |
the found Contact, or null,
if it could not be found
|