diff options
author | Ted Gould <ted@gould.cx> | 2011-06-28 15:15:12 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-06-28 15:15:12 -0500 |
commit | 8ee9f55f2a83f92860a6998eedcd879e4ac737c4 (patch) | |
tree | 80d76a30772b9c2f74614b0f532e848f9a2e9f09 /src/status-items.h | |
parent | f1e975ba53b6bc180a0a55ef7db64c9371c15f44 (diff) | |
download | ayatana-indicator-messages-8ee9f55f2a83f92860a6998eedcd879e4ac737c4.tar.gz ayatana-indicator-messages-8ee9f55f2a83f92860a6998eedcd879e4ac737c4.tar.bz2 ayatana-indicator-messages-8ee9f55f2a83f92860a6998eedcd879e4ac737c4.zip |
Getting some static data and using it a bit to boot strap this data
Diffstat (limited to 'src/status-items.h')
-rw-r--r-- | src/status-items.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status-items.h b/src/status-items.h index 66844f4..686d03c 100644 --- a/src/status-items.h +++ b/src/status-items.h @@ -7,6 +7,7 @@ G_BEGIN_DECLS GList * status_items_build (void); +const gchar * status_current_panel_icon (gboolean alert); G_END_DECLS |