aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-04 09:11:59 -0500
committerTed Gould <ted@canonical.com>2009-09-04 09:11:59 -0500
commit506e943af17db275f1c83c7a4726d2d15897a09e (patch)
tree16028144fa8f3bddb4a176ed093fc093ecabd654 /src/app-menu-item.h
parent10327267daa9e4ba36ace96f637beaa9045e0895 (diff)
parenta04a5e11668a7068f1307b28911df1097ab983cf (diff)
downloadayatana-indicator-messages-506e943af17db275f1c83c7a4726d2d15897a09e.tar.gz
ayatana-indicator-messages-506e943af17db275f1c83c7a4726d2d15897a09e.tar.bz2
ayatana-indicator-messages-506e943af17db275f1c83c7a4726d2d15897a09e.zip
Merging in the dbusmenu011 branch. I think I got other trunk updates as well.
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 dda4765..583d50d 100644
--- a/src/app-menu-item.h
+++ b/src/app-menu-item.h
@@ -59,6 +59,7 @@ AppMenuItem * app_menu_item_new (IndicateListener * listener, IndicateListenerSe
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);
G_END_DECLS