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.c | |
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.c')
-rw-r--r-- | src/indicator-power.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/indicator-power.c b/src/indicator-power.c new file mode 100644 index 0000000..98d07b4 --- /dev/null +++ b/src/indicator-power.c @@ -0,0 +1,11 @@ + +#include <gtk/gtk.h> +#include "indicator-power.h" + +GtkWidget * +indicator_power_menuitem (void) +{ + + return NULL; +} + |