aboutsummaryrefslogtreecommitdiff
path: root/src/status-items.h
blob: 686d03c3a98befdb34a9aef984e5359bf8f31b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#ifndef __STATUS_ITEMS_H__
#define __STATUS_ITEMS_H__

#include <glib.h>

G_BEGIN_DECLS

GList * status_items_build (void);
const gchar * status_current_panel_icon (gboolean alert);

G_END_DECLS

#endif /* __STATUS_ITEMS_H__ */