X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_sensorlist.h;h=4b9b7205ae191cd648159570f6a6cac09bf2f6be;hb=a882d5ca07c48af6c481f86c2fea482578e8c01c;hp=b565ecc6cdda3ebefc9885680c854daafe46afb6;hpb=522e29b53556e160fc18ed3f54169b4833e33c8f;p=psensor.git diff --git a/src/ui_sensorlist.h b/src/ui_sensorlist.h index b565ecc..4b9b720 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-2014 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