summaryrefslogtreecommitdiff
path: root/src/math-history-entry.h
diff options
context:
space:
mode:
authormbkma <[email protected]>2021-02-20 09:45:59 +0100
committerraveit65 <[email protected]>2021-03-22 23:31:26 +0100
commite3ea3965890dcbccc9a7d2958472f0ed46b872fc (patch)
tree5870952f65e051b8b6e1846c16ed73ea608babf7 /src/math-history-entry.h
parent2dd5cac39d37c8f15ddc3d702e79bba11d8ad8ad (diff)
downloadmate-calc-e3ea3965890dcbccc9a7d2958472f0ed46b872fc.tar.bz2
mate-calc-e3ea3965890dcbccc9a7d2958472f0ed46b872fc.tar.xz
history view follows preferences
Diffstat (limited to 'src/math-history-entry.h')
-rw-r--r--src/math-history-entry.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/math-history-entry.h b/src/math-history-entry.h
index 2133ade..f46f15f 100644
--- a/src/math-history-entry.h
+++ b/src/math-history-entry.h
@@ -42,7 +42,10 @@ MathHistoryEntry *
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);
+math_history_entry_insert_entry(MathHistoryEntry *history_entry, const gchar *equation, MPNumber *answer, MpSerializer *serializer);
+
+void
+math_history_entry_redisplay(MathHistoryEntry *history_entry, MpSerializer *serializer);
gchar *
math_history_entry_get_equation(MathHistoryEntry *history_entry);