X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fui_status.h;h=cd233007caaf376cf1973f98f3aee3d9a6e3e9ed;hp=b812038537e1288b1a953683f1c2e1c76c90ac52;hb=1b39809fbf70fd176646aa2343774bdf04951ee9;hpb=f055e7507526592d3a74c652f5f053701614c9c0 diff --git a/src/ui_status.h b/src/ui_status.h index b812038..cd23300 100644 --- a/src/ui_status.h +++ b/src/ui_status.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 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 @@ -29,5 +29,7 @@ void ui_status_update(struct ui_psensor *ui, unsigned int attention); /* Whether status icon is supported i.e. visible. */ int is_status_supported(); GtkStatusIcon *ui_status_get_icon(struct ui_psensor *ui); +/* Whether the statuc icon should be visible.*/ +void ui_status_set_visible(unsigned int visible); #endif