Struct
EDataBookbSqlSearchData
since: 3.12
Description [src]
struct EbSqlSearchData {
gchar* uid;
gchar* vcard;
gchar* extra;
}
This structure is used to represent contacts returned
by the EBookSqlite from various functions
such as e_book_sqlitedb_search().
The extra parameter will contain any data which was
previously passed for this contact in e_book_sqlite_add_contact().
These should be freed with e_book_sqlite_search_data_free().
Structure members
uid:gchar*The
E_CONTACT_UIDfield of this contact.vcard:gchar*The the vcard string.
extra:gchar*Any extra data associated to the vcard.
Available since: 3.12