]> git.scottworley.com Git - batteryviewer/blobdiff - chart.h
Charts have points
[batteryviewer] / chart.h
diff --git a/chart.h b/chart.h
index 7cda505c452695eb0affd13baa678adbf3fc661e..2b83d32e582d60ed9ebeb2a00241b20f9da6f143 100644 (file)
--- a/chart.h
+++ b/chart.h
@@ -33,6 +33,7 @@ struct _BVChartClass {
 
 GType bv_chart_get_type(void) G_GNUC_CONST;
 GtkWidget *bv_chart_new(void);
+void bv_chart_add_point(BVChart *chart, float x, float y);
 
 G_END_DECLS