Top |
CallsBestMatch * | calls_best_match_new () |
gboolean | calls_best_match_has_individual () |
gboolean | calls_best_match_is_favourite () |
const char * | calls_best_match_get_phone_number () |
void | calls_best_match_set_phone_number () |
const char * | calls_best_match_get_name () |
GLoadableIcon * | calls_best_match_get_avatar () |
const char * | calls_best_match_get_primary_info () |
const char * | calls_best_match_get_secondary_info () |
GLoadableIcon * | avatar | Read |
char * | country-code | Read / Write / Construct |
gboolean | has-individual | Read |
char * | name | Read |
char * | phone-number | Read / Write |
char * | primary-info | Read |
char * | secondary-info | Read |
const char *
calls_best_match_get_phone_number (CallsBestMatch *self
);
void calls_best_match_set_phone_number (CallsBestMatch *self
,const char *phone_number
);
Set the phone_number
to use for matching.
const char *
calls_best_match_get_primary_info (CallsBestMatch *self
);
const char *
calls_best_match_get_secondary_info (CallsBestMatch *self
);
“avatar”
property “avatar” GLoadableIcon *
The avatar of the best match.
Owner: CallsBestMatch
Flags: Read
“country-code”
property “country-code” char *
The country code used for matching.
Owner: CallsBestMatch
Flags: Read / Write / Construct
Default value: NULL
“has-individual”
property “has-individual” gboolean
Whether a matching individual was found or not.
Owner: CallsBestMatch
Flags: Read
Default value: FALSE
“name”
property “name” char *
The display name of the best match.
Owner: CallsBestMatch
Flags: Read
Default value: NULL
“phone-number”
property “phone-number” char *
The phone number of the best match.
Owner: CallsBestMatch
Flags: Read / Write
Default value: NULL
“primary-info”
property “primary-info” char *
Primary information to display.
Owner: CallsBestMatch
Flags: Read
Default value: NULL