aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-27 17:56:32 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-27 17:56:32 +0200
commit58bb62e4b6f88e2f6688afe2e94ac0d954eacadf (patch)
tree88f5a1c53df70c60e63c8d863aa59b95f091f65f /src/app-section.h
parent93db8c38f2252cb4d506d90721446c0ad524ca3b (diff)
downloadayatana-indicator-messages-58bb62e4b6f88e2f6688afe2e94ac0d954eacadf.tar.gz
ayatana-indicator-messages-58bb62e4b6f88e2f6688afe2e94ac0d954eacadf.tar.bz2
ayatana-indicator-messages-58bb62e4b6f88e2f6688afe2e94ac0d954eacadf.zip
Make "Clear" work again
Diffstat (limited to 'src/app-section.h')
-rw-r--r--src/app-section.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app-section.h b/src/app-section.h
index 935f7a2..9b2c99d 100644
--- a/src/app-section.h
+++ b/src/app-section.h
@@ -57,6 +57,7 @@ GActionGroup * app_section_get_actions (AppSection *self);
GMenuModel * app_section_get_menu (AppSection *appitem);
GAppInfo * app_section_get_app_info (AppSection *appitem);
gboolean app_section_get_draws_attention (AppSection *appitem);
+void app_section_clear_draws_attention (AppSection *appitem);
void app_section_set_object_path (AppSection *self,
GDBusConnection *bus,
const gchar *bus_name,