diff options
author | Ted Gould <ted@canonical.com> | 2009-08-22 13:02:21 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-22 13:02:21 -0500 |
commit | b0b6d92b05c7a49368ba500c37bb0fe4d4f039cc (patch) | |
tree | 361a7d3d76c584d2dc9bb052da4e7d85fd250d5d /src/app-menu-item.h | |
parent | 34d5ad139068779a39a78eec6d906c75c1687916 (diff) | |
parent | acf054710bea98ee0a63c72cf5e5bcbff8b9bc74 (diff) | |
download | ayatana-indicator-messages-b0b6d92b05c7a49368ba500c37bb0fe4d4f039cc.tar.gz ayatana-indicator-messages-b0b6d92b05c7a49368ba500c37bb0fe4d4f039cc.tar.bz2 ayatana-indicator-messages-b0b6d92b05c7a49368ba500c37bb0fe4d4f039cc.zip |
Updated from the dirwatch branch
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 |