X-Git-Url: http://git.scottworley.com/batteryviewer/blobdiff_plain/5a9453723d439ed0e58681d7c0955c9f2e348b4d..27db65e22dd1c085204ebb893edd4d9da8c3b267:/chart.h diff --git a/chart.h b/chart.h index 7cda505..2b83d32 100644 --- 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