From 6a2c99b70e71d1d405df2edc8eac27f882e03e2e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 12 Nov 2008 16:41:12 -0600 Subject: Adding the basis for all the different indicators that we want to include --- src/indicator-system.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/indicator-system.h (limited to 'src/indicator-system.h') diff --git a/src/indicator-system.h b/src/indicator-system.h new file mode 100644 index 0000000..e900b85 --- /dev/null +++ b/src/indicator-system.h @@ -0,0 +1,10 @@ + +#ifndef INDICATOR_SYSTEM_H__SEEN__ +#define INDICATOR_SYSTEM_H__SEEN__ 1 + + +GtkWidget * indicator_system_menuitem (void); + + + +#endif /* INDICATOR_SYSTEM_H__SEEN__ */ -- cgit v1.2.3