aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-power.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indicator-power.c')
-rw-r--r--src/indicator-power.c11
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;
+}
+