aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-09-19 08:32:25 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-09-19 08:32:25 +0200
commit86c156c749ed5aaa0fb0e477d44dd8bbd197f9cb (patch)
tree5e970dfec38421cca2c4b906d8b4ee5b8851e5c2 /src/app-section.h
parentf8901fd80116c4c6ae51ada33c34f6a05de542db (diff)
parentc03005628b210cc7b775088d4693a87ca13f99e4 (diff)
downloadayatana-indicator-messages-86c156c749ed5aaa0fb0e477d44dd8bbd197f9cb.tar.gz
ayatana-indicator-messages-86c156c749ed5aaa0fb0e477d44dd8bbd197f9cb.tar.bz2
ayatana-indicator-messages-86c156c749ed5aaa0fb0e477d44dd8bbd197f9cb.zip
Merge lp:~larsu/indicator-messages/fix-set-status
Diffstat (limited to 'src/app-section.h')
-rw-r--r--src/app-section.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app-section.h b/src/app-section.h
index 09697c5..7c39e8e 100644
--- a/src/app-section.h
+++ b/src/app-section.h
@@ -63,6 +63,9 @@ void app_section_set_object_path (AppSection *self,
const gchar *object_path);
void app_section_unset_object_path (AppSection *self);
gboolean app_section_get_uses_chat_status (AppSection *self);
+const gchar * app_section_get_status (AppSection *self);
+void app_section_set_status (AppSection *self,
+ const gchar *status);
G_END_DECLS