aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-19 22:29:40 -0500
committerTed Gould <ted@canonical.com>2009-08-19 22:29:40 -0500
commit17745461f669047872c12a6c7db7b05a9ccb0417 (patch)
tree0f3387efe54194db3be3a090192030f9cb3d6096 /src/app-menu-item.h
parent99744b30f0ebf4c7054b8274c30af063ec52b248 (diff)
downloadayatana-indicator-messages-17745461f669047872c12a6c7db7b05a9ccb0417.tar.gz
ayatana-indicator-messages-17745461f669047872c12a6c7db7b05a9ccb0417.tar.bz2
ayatana-indicator-messages-17745461f669047872c12a6c7db7b05a9ccb0417.zip
Big commit. Trying to check for eclipses, but first both objects needed to track their desktop file paths. So I had to add that little nugget in 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