diff options
author | Ted Gould <ted@canonical.com> | 2008-11-12 16:41:12 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-11-12 16:41:12 -0600 |
commit | 6a2c99b70e71d1d405df2edc8eac27f882e03e2e (patch) | |
tree | 4173e23e3ac2028c8b8f65683c1079601eee5161 /src/indicator-power.h | |
parent | 99a07ef50c0ae94dfa2290d924575dfc2f97bac7 (diff) | |
download | libayatana-indicator-6a2c99b70e71d1d405df2edc8eac27f882e03e2e.tar.gz libayatana-indicator-6a2c99b70e71d1d405df2edc8eac27f882e03e2e.tar.bz2 libayatana-indicator-6a2c99b70e71d1d405df2edc8eac27f882e03e2e.zip |
Adding the basis for all the different indicators that we want to include
Diffstat (limited to 'src/indicator-power.h')
-rw-r--r-- | src/indicator-power.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/indicator-power.h b/src/indicator-power.h new file mode 100644 index 0000000..a0e7f10 --- /dev/null +++ b/src/indicator-power.h @@ -0,0 +1,10 @@ + +#ifndef INDICATOR_POWER_H__SEEN__ +#define INDICATOR_POWER_H__SEEN__ 1 + + +GtkWidget * indicator_power_menuitem (void); + + + +#endif /* INDICATOR_POWER_H__SEEN__ */ |