EDataBook.bSqlSearchData¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| extra | str | r/w | Any extra data associated to the vcard | 
| uid | str | r/w | The EBookContacts.ContactField.UIDfield of this contact | 
| vcard | str | r/w | The the vcard string | 
Methods¶
None
Details¶
- 
class EDataBook.bSqlSearchData¶
- This structure is used to represent contacts returned by the - EDataBook.BookSqlitefrom 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.