get_contact_sync
Description:
public bool get_contact_sync (string uid, out Contact out_contact, Cancellable? cancellable = null) throws Error
Receive Contact from the this for the gived
uid
.
If successful, then the out_contact
is set to newly allocated
Contact, which should be freed with unref.
Parameters:
this |
an BookClient |
uid |
a unique string ID specifying the contact |
out_contact |
an Contact for given |
cancellable |
a Cancellable; can be |
Returns:
|