diff options
author | Ted Gould <ted@canonical.com> | 2008-12-04 16:34:45 -0800 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-12-04 16:34:45 -0800 |
commit | 76713f09cbc4543756e17d5afe56c42b6e71c847 (patch) | |
tree | 77c85d466c6f0db9b774e9d0effc4cb491387acd /src/indicator-messages.c | |
download | ayatana-indicator-session-76713f09cbc4543756e17d5afe56c42b6e71c847.tar.gz ayatana-indicator-session-76713f09cbc4543756e17d5afe56c42b6e71c847.tar.bz2 ayatana-indicator-session-76713f09cbc4543756e17d5afe56c42b6e71c847.zip |
Checkmark checkin
Diffstat (limited to 'src/indicator-messages.c')
-rw-r--r-- | src/indicator-messages.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/indicator-messages.c b/src/indicator-messages.c new file mode 100644 index 0000000..3b63a4b --- /dev/null +++ b/src/indicator-messages.c @@ -0,0 +1,12 @@ + +#include <gtk/gtk.h> +#include "indicator-messages.h" + +GtkWidget * +get_menu_item (void) +{ + GtkWidget * main = gtk_menu_item_new_with_label("Message Me"); + + return main; +} + |