[ CCode ( cname = "ebsql_get_contact_extra_unlocked" ) ]
[ Version ( since = "3.16" ) ]
public bool ebsql_get_contact_extra_unlocked (BookSqlite ebsql, string uid, out string ret_extra) throws Error
Fetches the extra data previously set for uid, either with
set_contact_extra or when adding contacts, without locking internal mutex.
| ebsql |
An BookSqlite |
| uid |
The uid of the contact to fetch the extra data for |
| ret_extra |
Return location to store the extra data |
|
true on success, otherwise false is returned and throws is set appropriately. |