EDataBook.bSqlSearchData¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
extra |
r/w |
Any extra data associated to the vcard |
|
uid |
r/w |
The |
|
vcard |
r/w |
The the vcard string |
Methods¶
None
Details¶
- class EDataBook.bSqlSearchData¶
This structure is used to represent contacts returned by the
EDataBook.BookSqlite
from various functions such as e_book_sqlitedb_search().The extra parameter will contain any data which was previously passed for this contact in
EDataBook.BookSqlite.add_contact
().These should be freed with
EDataBook.BookSqlite.search_data_free
().New in version 3.12.