| Evolution-Data-Server Manual: Private | ||||
|---|---|---|---|---|
| Top | Description | Properties | Signals | ||||
org.gnome.evolution.dataserver.AddressBookorg.gnome.evolution.dataserver.AddressBook — Address book objects |
Methods
Open (); Close (); Refresh (); CreateContacts (IN as vcards, OUT as uids); ModifyContacts (IN as vcards); RemoveContacts (IN as uids); GetContact (IN s uid, OUT s vcard); GetContactList (IN s query, OUT as vcards); GetContactListUids (IN s query, OUT as uids); GetView (IN s query, OUT o object_path); GetCursor (IN s query, IN as sort_keys, IN as sort_types, OUT o object_path);
Properties
Online readable b Revision readable s Locale readable s Writable readable b CacheDir readable s Capabilities readable as RequiredFields readable as SupportedFields readable as
Method Details
The CreateContacts() method
CreateContacts (IN as vcards,
OUT as uids);
|
|
|
Since 3.8
The GetContactList() method
GetContactList (IN s query,
OUT as vcards);
|
|
|
Since 3.8
The GetContactListUids() method
GetContactListUids (IN s query,
OUT as uids);
|
|
|
Since 3.8
The GetView() method
GetView (IN s query,
OUT o object_path);
|
|
|
Since 3.8
