aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-27 17:25:34 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-27 17:25:34 +0200
commit93db8c38f2252cb4d506d90721446c0ad524ca3b (patch)
tree225d98b0f8256eeae44ed5dd92821a2096919ba2 /src/app-section.h
parent1caa3be43ec40c7fb1bbb37a585555fe2526dc57 (diff)
downloadayatana-indicator-messages-93db8c38f2252cb4d506d90721446c0ad524ca3b.tar.gz
ayatana-indicator-messages-93db8c38f2252cb4d506d90721446c0ad524ca3b.tar.bz2
ayatana-indicator-messages-93db8c38f2252cb4d506d90721446c0ad524ca3b.zip
Add draws-attention flag to source actions
AppSections watch those flags for associated sources and mux them into a draws-attention property for the whole section.
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 36e091d..935f7a2 100644
--- a/src/app-section.h
+++ b/src/app-section.h
@@ -56,6 +56,7 @@ const gchar * app_section_get_desktop (AppSection * appitem);
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_set_object_path (AppSection *self,
GDBusConnection *bus,
const gchar *bus_name,