remove_contacts


Description:

[ Version ( since = "3.34" ) ]
public bool remove_contacts (string uids, uint32 opflags, out SList<string> out_removed_uids, Cancellable? cancellable = null) throws Error

Removes one or more contacts according to uids.

If an error occurs, the function will set throws and return false.

Parameters:

this

an BookBackendSync

uids

a null-terminated array of contact ID strings

opflags

bit-or of BookOperationFlags

out_removed_uids

a SList of removed UIDs

cancellable

optional Cancellable object, or null

Returns:

true on success, false on failure