aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app-menu-item.h')
-rw-r--r--src/app-menu-item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app-menu-item.h b/src/app-menu-item.h
index 3a9a4e5..5e012e7 100644
--- a/src/app-menu-item.h
+++ b/src/app-menu-item.h
@@ -54,6 +54,7 @@ struct _AppMenuItem {
GType app_menu_item_get_type (void);
AppMenuItem * app_menu_item_new (IndicateListener * listener, IndicateListenerServer * server);
guint app_menu_item_get_count (AppMenuItem * appitem);
+IndicateListenerServer * app_menu_item_get_server (AppMenuItem * appitem);
G_END_DECLS