aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-05-23 11:24:41 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-05-23 11:24:41 +0200
commit92e361e3ab3dbf3025875842ff0cfca843015f4d (patch)
tree7410f86302ba85203f80b5181b8454d11a4ba84e /src/app-menu-item.h
parent7b62b8125992d22a9216bd3f113ae3c9ed3b42cf (diff)
downloadayatana-indicator-messages-92e361e3ab3dbf3025875842ff0cfca843015f4d.tar.gz
ayatana-indicator-messages-92e361e3ab3dbf3025875842ff0cfca843015f4d.tar.bz2
ayatana-indicator-messages-92e361e3ab3dbf3025875842ff0cfca843015f4d.zip
Allow creating an app menu item without associated indicate server
Diffstat (limited to 'src/app-menu-item.h')
-rw-r--r--src/app-menu-item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-menu-item.h b/src/app-menu-item.h
index a474de0..74efb6a 100644
--- a/src/app-menu-item.h
+++ b/src/app-menu-item.h
@@ -59,7 +59,7 @@ struct _AppMenuItem {
};
GType app_menu_item_get_type (void);
-AppMenuItem * app_menu_item_new ();
+AppMenuItem * app_menu_item_new (GDesktopAppInfo *appinfo);
AppMenuItem * app_menu_item_new_with_server (IndicateListener * listener, IndicateListenerServer * server);
void app_menu_item_set_server (AppMenuItem *self, IndicateListener *listener, IndicateListenerServer *server);
guint app_menu_item_get_count (AppMenuItem * appitem);