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-audio.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-audio.c')
-rw-r--r-- | src/indicator-audio.c | 11 |
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; +} + |