From f649f841b919cf2fa5c40f7d8b1bf1dd61300a81 Mon Sep 17 00:00:00 2001 From: mbkma Date: Sun, 31 May 2020 01:04:31 +0200 Subject: Implement navigation through history stack equations using keyboard --- src/math-history-entry.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/math-history-entry.h') diff --git a/src/math-history-entry.h b/src/math-history-entry.h index 53ccc88..2133ade 100644 --- a/src/math-history-entry.h +++ b/src/math-history-entry.h @@ -44,6 +44,9 @@ math_history_entry_new(MathEquation *equation); void math_history_entry_insert_entry(MathHistoryEntry *history_entry, const gchar *equation, const gchar *answer_four_digits, const gchar *answer_nine_digits); +gchar * +math_history_entry_get_equation(MathHistoryEntry *history_entry); + G_END_DECLS #endif /* MATH_HISTORY_ENTRY_VIEW_H */ -- cgit v1.2.1