From 92e361e3ab3dbf3025875842ff0cfca843015f4d Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 23 May 2012 11:24:41 +0200 Subject: Allow creating an app menu item without associated indicate server --- src/app-menu-item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app-menu-item.h') 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); -- cgit v1.2.3