X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_sensorlist.h;h=4b9b7205ae191cd648159570f6a6cac09bf2f6be;hb=48739caa745f9f8002e87af574f03e5dc6ae3447;hp=8e4d6c6480f6bd37c1f4e8ce0d1e1d7e3c96dbc9;hpb=f3b05dae619a7909bd7422b3a82422c9442aa114;p=psensor.git diff --git a/src/ui_sensorlist.h b/src/ui_sensorlist.h index 8e4d6c6..4b9b720 100644 --- a/src/ui_sensorlist.h +++ b/src/ui_sensorlist.h @@ -28,4 +28,6 @@ void ui_sensorlist_create(struct ui_psensor *); /* Update values current/min/max */ void ui_sensorlist_update(struct ui_psensor *ui, bool complete); +void ui_sensorlist_cb_graph_toggled(GtkCellRendererToggle *, gchar *, gpointer); + #endif