aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-27 23:55:52 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-27 23:55:52 +0200
commit37acacae18286dbfeceacc74db8e5ff02ae8f8b2 (patch)
tree56653f2c9c133fade84087f64eda8c9a09f3ad17 /src/app-section.h
parent6c93ee8e97bca993273c9dcfbebd3e52d0ac6c83 (diff)
downloadayatana-indicator-messages-37acacae18286dbfeceacc74db8e5ff02ae8f8b2.tar.gz
ayatana-indicator-messages-37acacae18286dbfeceacc74db8e5ff02ae8f8b2.tar.bz2
ayatana-indicator-messages-37acacae18286dbfeceacc74db8e5ff02ae8f8b2.zip
Only show chat section when necessary
The chat section is only shown when an application that is registered to use it is running. Applications are registered if their desktop file contains: X-MessagingMenu-UsesChatStatus: true
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 9b2c99d..c351ada 100644
--- a/src/app-section.h
+++ b/src/app-section.h
@@ -63,6 +63,7 @@ void app_section_set_object_path (AppSection *self,
const gchar *bus_name,
const gchar *object_path);
void app_section_unset_object_path (AppSection *self);
+gboolean app_section_get_uses_chat_status (AppSection *self);
G_END_DECLS