Virtual Method
EDataBookDataBookCursorcompare_contact
Declaration [src]
gint
compare_contact (
EDataBookCursor* cursor,
EContact* contact,
gboolean* matches_sexp
)
Description [src]
The EDataBookCursorCompareContactFunc delegate to compare an EContact with the cursor position.
Parameters
contact-
Type:
EContactThe
EContactto compare withcursor.The data is owned by the caller of the method. matches_sexp-
Type:
gboolean*Return location to set whether
contactmatchedcursor‘s search expression.The argument will be set by the function.