calls-call-display: Add a display of dial pad digits

Closes #57
This commit is contained in:
Bob Ham
2019-07-04 15:15:16 +01:00
parent 2d99fe16d0
commit 719b3e752f
5 changed files with 36 additions and 6 deletions

View File

@@ -83,6 +83,11 @@ calls_list_store_find (GtkListStore *store,
gint needle_column,
GtkTreeIter *iter);
/** Append a single character to a GtkEntry's contents */
void
calls_entry_append (GtkEntry *entry,
gchar character);
G_END_DECLS
#endif /* CALLS__UTIL_H__ */