aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-03 12:59:43 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-03 12:59:43 +0200
commit98538a540ba7a741a68b4cff6d3e192a43d61077 (patch)
tree170fe2cc8c1168ac1497d2731f2cbb32710e54a4 /src/app-section.h
parent76b172f49929b8feb1375df830042f6d47121f67 (diff)
downloadayatana-indicator-messages-98538a540ba7a741a68b4cff6d3e192a43d61077.tar.gz
ayatana-indicator-messages-98538a540ba7a741a68b4cff6d3e192a43d61077.tar.bz2
ayatana-indicator-messages-98538a540ba7a741a68b4cff6d3e192a43d61077.zip
Reexport application actions
Diffstat (limited to 'src/app-section.h')
-rw-r--r--src/app-section.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app-section.h b/src/app-section.h
index aa6ef75..24074b8 100644
--- a/src/app-section.h
+++ b/src/app-section.h
@@ -49,6 +49,7 @@ AppSection * app_section_new (GDesktopAppInfo *appinfo);
guint app_section_get_count (AppSection * appitem);
const gchar * app_section_get_name (AppSection * appitem);
const gchar * app_section_get_desktop (AppSection * appitem);
+GActionGroup * app_section_get_actions (AppSection *self);
GMenuModel * app_section_get_menu (AppSection *appitem);
GAppInfo * app_section_get_app_info (AppSection *appitem);
GMenuItem * app_section_create_menu_item (AppSection *self);