aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indicator-audio.c')
-rw-r--r--src/indicator-audio.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/indicator-audio.c b/src/indicator-audio.c
new file mode 100644
index 0000000..fb73380
--- /dev/null
+++ b/src/indicator-audio.c
@@ -0,0 +1,11 @@
+
+#include <gtk/gtk.h>
+#include "indicator-audio.h"
+
+GtkWidget *
+indicator_audio_menuitem (void)
+{
+
+ return NULL;
+}
+