remove_contact


Description:

public bool remove_contact (string uid, uint32 custom_flags, CacheOfflineFlag offline_flag, Cancellable? cancellable = null) throws Error

Removes the contact identified by uid from this.

Parameters:

this

An BookCache

uid

the uid of the contact to remove

custom_flags

custom flags for the contact with the given uid, not interpreted by the this

offline_flag

one of CacheOfflineFlag, whether removing this contact in offline

cancellable

optional Cancellable object, or null

Returns:

true on success, otherwise false is returned and throws is set appropriately.