From 37acacae18286dbfeceacc74db8e5ff02ae8f8b2 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 27 Jun 2012 23:55:52 +0200 Subject: 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 --- src/app-section.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app-section.h') 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 -- cgit v1.2.3