diff options
author | Ted Gould <ted@canonical.com> | 2009-08-21 07:57:36 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-21 07:57:36 -0500 |
commit | b42f05f6fbec5abbaa8f34837ffe16d536a89493 (patch) | |
tree | 30f52622f1dc723e40ff5ca3d96ffbd6ef9c89bf /src/app-menu-item.h | |
parent | 10327267daa9e4ba36ace96f637beaa9045e0895 (diff) | |
parent | da36b66e974c34b2024677396236a62e5973e9c9 (diff) | |
download | ayatana-indicator-messages-b42f05f6fbec5abbaa8f34837ffe16d536a89493.tar.gz ayatana-indicator-messages-b42f05f6fbec5abbaa8f34837ffe16d536a89493.tar.bz2 ayatana-indicator-messages-b42f05f6fbec5abbaa8f34837ffe16d536a89493.zip |
Adding in support for launchers
Diffstat (limited to 'src/app-menu-item.h')
-rw-r--r-- | src/app-menu-item.h | 1 |
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 |