[ CCode ( has_construct_function = false ) ]
public BookCacheSearchData (string uid, string vcard, string? extra)
Creates a new EBookCacheSearchData prefilled with the given values.
| uid |
a contact UID; cannot be null |
| vcard |
the contact as a vCard string; cannot be null |
| extra |
any extra data stored with the contact, or null |
|
A new BookCacheSearchData. Free it with book_cache_search_data_free when no longer needed. |