aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-20 21:02:04 -0500
committerTed Gould <ted@canonical.com>2009-08-20 21:02:04 -0500
commitacdf23dfc7c9be7b7a6b953fc2f02202e3905807 (patch)
treec25fb6dad34a2a9d4329575ffb5385039185b54f /src/app-menu-item.h
parent10327267daa9e4ba36ace96f637beaa9045e0895 (diff)
parentce045e0d41054c2ccf8c9e524a4997ea2ee38601 (diff)
downloadayatana-indicator-messages-acdf23dfc7c9be7b7a6b953fc2f02202e3905807.tar.gz
ayatana-indicator-messages-acdf23dfc7c9be7b7a6b953fc2f02202e3905807.tar.bz2
ayatana-indicator-messages-acdf23dfc7c9be7b7a6b953fc2f02202e3905807.zip
Adding in black list support
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