diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-08-13 09:43:22 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-08-13 09:43:22 +0200 |
commit | 046ef6f5581ab2634d5ef097e6c449316c2404bf (patch) | |
tree | bbcbc8b9943b39d10e055d9ea469bb51a385e2d0 /src/im-menu.h | |
parent | 0b24c6a91ff91400568cab9b4d192a0a85db918e (diff) | |
download | ayatana-indicator-messages-046ef6f5581ab2634d5ef097e6c449316c2404bf.tar.gz ayatana-indicator-messages-046ef6f5581ab2634d5ef097e6c449316c2404bf.tar.bz2 ayatana-indicator-messages-046ef6f5581ab2634d5ef097e6c449316c2404bf.zip |
Add desktop menu
Only shows application launchers right now.
Diffstat (limited to 'src/im-menu.h')
-rw-r--r-- | src/im-menu.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/im-menu.h b/src/im-menu.h index ec41bff..d3775ad 100644 --- a/src/im-menu.h +++ b/src/im-menu.h @@ -56,4 +56,9 @@ gboolean im_menu_export (ImMenu void im_menu_append_section (ImMenu *menu, GMenuModel *section); +void im_menu_insert_section (ImMenu *menu, + gint position, + const gchar *namespace, + GMenuModel *section); + #endif |