aboutsummaryrefslogtreecommitdiff
path: root/src/im-menu-item.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-01-21 12:31:57 -0600
committerTed Gould <ted@canonical.com>2009-01-21 12:31:57 -0600
commitfeb4d8154e758c69fb0e796f27be39239f8cc31e (patch)
treee9c43a81978fa92b35115eca3326f206df8c58bd /src/im-menu-item.h
parentc4877bf1d524ba3573eca0671296c734d7f13f4e (diff)
downloadayatana-indicator-messages-feb4d8154e758c69fb0e796f27be39239f8cc31e.tar.gz
ayatana-indicator-messages-feb4d8154e758c69fb0e796f27be39239f8cc31e.tar.bz2
ayatana-indicator-messages-feb4d8154e758c69fb0e796f27be39239f8cc31e.zip
Fleshed this item out some
Diffstat (limited to 'src/im-menu-item.h')
-rw-r--r--src/im-menu-item.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/im-menu-item.h b/src/im-menu-item.h
index c5fb83e..ad9bb6b 100644
--- a/src/im-menu-item.h
+++ b/src/im-menu-item.h
@@ -4,6 +4,8 @@
#include <glib.h>
#include <glib-object.h>
+#include <libindicate/listener.h>
+
G_BEGIN_DECLS
#define IM_MENU_ITEM_TYPE (im_menu_item_get_type ())
@@ -16,17 +18,16 @@ G_BEGIN_DECLS
typedef struct _ImMenuItem ImMenuItem;
typedef struct _ImMenuItemClass ImMenuItemClass;
-struct _ImMenuItemClass
-{
-GtkMenuItemClass parent_class;
+struct _ImMenuItemClass {
+ GtkMenuItemClass parent_class;
};
-struct _ImMenuItem
-{
-GtkMenuItem parent;
+struct _ImMenuItem {
+ GtkMenuItem parent;
};
GType im_menu_item_get_type (void);
+ImMenuItem * im_menu_item_new (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator);
G_END_DECLS