util: Add API to query call icon names

This can later be used in the call history or in the call details
instead of always constructing the name repeatedly in private functions.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-12-07 10:59:37 +01:00
parent bbccb7667e
commit abdb601afa
2 changed files with 27 additions and 0 deletions

View File

@@ -142,6 +142,8 @@ const char* get_protocol_from_address (const char *target);
const char* get_protocol_from_address_with_fallback (const char *target);
gboolean dtmf_tone_key_is_valid (char key);
const char *get_call_icon_symbolic_name (gboolean inbound,
gboolean missed);
G_END_DECLS