aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-17 13:48:53 -0600
committerTed Gould <ted@gould.cx>2010-02-17 13:48:53 -0600
commit3c93168a4518426fb28f06c3635b7f32fad2f6a1 (patch)
treebc74a8fd5cc8e01741a8a6eb414d541f3c41324b /src/app-menu-item.h
parent7fe4f584da23a4438ea500c56bc3b642db3e69e2 (diff)
downloadayatana-indicator-messages-3c93168a4518426fb28f06c3635b7f32fad2f6a1.tar.gz
ayatana-indicator-messages-3c93168a4518426fb28f06c3635b7f32fad2f6a1.tar.bz2
ayatana-indicator-messages-3c93168a4518426fb28f06c3635b7f32fad2f6a1.zip
Adding API for getting items
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 583d50d..fe16c75 100644
--- a/src/app-menu-item.h
+++ b/src/app-menu-item.h
@@ -60,6 +60,7 @@ guint app_menu_item_get_count (AppMenuItem * appitem);
IndicateListenerServer * app_menu_item_get_server (AppMenuItem * appitem);
const gchar * app_menu_item_get_name (AppMenuItem * appitem);
const gchar * app_menu_item_get_desktop (AppMenuItem * appitem);
+GList * app_menu_item_get_items (AppMenuItem * appitem);
G_END_DECLS