aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-07 10:57:26 -0600
committerTed Gould <ted@canonical.com>2009-02-07 10:57:26 -0600
commitef5f3ef754e0d603a51867ef699a094d590d04fd (patch)
tree8f2b8273e5f6ad24141c75bf7ae21b087608e91d /src/app-menu-item.h
parent93bf960b2b8d0460a50ed1678d7065a3f5e3f02e (diff)
downloadayatana-indicator-messages-ef5f3ef754e0d603a51867ef699a094d590d04fd.tar.gz
ayatana-indicator-messages-ef5f3ef754e0d603a51867ef699a094d590d04fd.tar.bz2
ayatana-indicator-messages-ef5f3ef754e0d603a51867ef699a094d590d04fd.zip
Removing the need for an indicator
Diffstat (limited to 'src/app-menu-item.h')
-rw-r--r--src/app-menu-item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app-menu-item.h b/src/app-menu-item.h
index c514366..b2a4fd7 100644
--- a/src/app-menu-item.h
+++ b/src/app-menu-item.h
@@ -27,9 +27,9 @@ struct _AppMenuItem {
};
GType app_menu_item_get_type (void);
-AppMenuItem * app_menu_item_new (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator);
+AppMenuItem * app_menu_item_new (IndicateListener * listener, IndicateListenerServer * server);
G_END_DECLS
-#endif
+#endif /* __APP_MENU_ITEM_H__ */