aboutsummaryrefslogtreecommitdiff
path: root/src/im-menu.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2014-04-07 11:48:50 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2014-04-07 11:48:50 +0200
commitfc6ee128cb49aaa96d433442d326db4c6141d48d (patch)
tree399ab8bfcc46254eec33ffd9b9a6ab2b1657b3ec /src/im-menu.h
parent67c7bc304d79f9cd61370430de172acb6a2f7834 (diff)
downloadayatana-indicator-messages-fc6ee128cb49aaa96d433442d326db4c6141d48d.tar.gz
ayatana-indicator-messages-fc6ee128cb49aaa96d433442d326db4c6141d48d.tar.bz2
ayatana-indicator-messages-fc6ee128cb49aaa96d433442d326db4c6141d48d.zip
desktop menu: don't show status section when no apps supports it
Diffstat (limited to 'src/im-menu.h')
-rw-r--r--src/im-menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/im-menu.h b/src/im-menu.h
index 7c15eb7..57815b5 100644
--- a/src/im-menu.h
+++ b/src/im-menu.h
@@ -53,6 +53,9 @@ gboolean im_menu_export (ImMenu
const gchar *object_path,
GError **error);
+void im_menu_prepend_section (ImMenu *menu,
+ GMenuModel *section);
+
void im_menu_append_section (ImMenu *menu,
GMenuModel *section);