aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-05-31 19:29:27 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-05-31 19:29:27 +0200
commiteea45a449eb4de159aab08bad864b27f584af519 (patch)
tree043341fc431d7e38d16cb3daacc5d400f44d6336 /src/app-section.h
parent4f2dd60a130dcaeb4378219baca1f3d4e9637824 (diff)
downloadayatana-indicator-messages-eea45a449eb4de159aab08bad864b27f584af519.tar.gz
ayatana-indicator-messages-eea45a449eb4de159aab08bad864b27f584af519.tar.bz2
ayatana-indicator-messages-eea45a449eb4de159aab08bad864b27f584af519.zip
Put the 'launch' action onto app's menu sections
This requires clients to make those menu sections clickable.
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 7989824..e5c3892 100644
--- a/src/app-section.h
+++ b/src/app-section.h
@@ -51,6 +51,7 @@ const gchar * app_section_get_name (AppSection * appitem);
const gchar * app_section_get_desktop (AppSection * appitem);
GMenuModel * app_section_get_menu (AppSection *appitem);
GAppInfo * app_section_get_app_info (AppSection *appitem);
+GMenuItem * app_section_create_menu_item (AppSection *self);
G_END_DECLS