modify_contacts


Description:

[ Version ( since = "3.34" ) ]
public bool modify_contacts (string vcards, uint32 opflags, out SList<Contact> out_contacts, Cancellable? cancellable = null) throws Error

Modifies one or more contacts according to vcards.

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

Parameters:

this

an BookBackendSync

vcards

a null-terminated array of vCard strings

opflags

bit-or of BookOperationFlags

out_contacts

a SList to deposit the modified contacts to

cancellable

optional Cancellable object, or null

Returns:

true on success, false on failure