aboutsummaryrefslogtreecommitdiff
path: root/src/status-items.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-06-28 15:15:12 -0500
committerTed Gould <ted@gould.cx>2011-06-28 15:15:12 -0500
commit8ee9f55f2a83f92860a6998eedcd879e4ac737c4 (patch)
tree80d76a30772b9c2f74614b0f532e848f9a2e9f09 /src/status-items.h
parentf1e975ba53b6bc180a0a55ef7db64c9371c15f44 (diff)
downloadayatana-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.h1
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