X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fui_sensorlist.h;h=953bbcd61324d3c47a8eb6d68f95b221d6944e99;hp=b565ecc6cdda3ebefc9885680c854daafe46afb6;hb=3361fda8735c65887a859c9faf287cb105ae6bc8;hpb=ee0b7212d29624b6321a0eda9c7ba1e17817ba25 diff --git a/src/ui_sensorlist.h b/src/ui_sensorlist.h index b565ecc..953bbcd 100644 --- a/src/ui_sensorlist.h +++ b/src/ui_sensorlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 jeanfi@gmail.com + * Copyright (C) 2010-2016 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -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