aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.h
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-10-02 23:19:53 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-10-02 23:19:53 +0200
commit910a1eb17c10443d50a6c3d2ac86bcfc7d970612 (patch)
tree7d1a19d9f473239aa30dbf225352968177fa54f6 /src/app-section.h
parent213c3d37aee885e6767d800f66b0d55b39801c3c (diff)
parent78f8f75ee73478ecb704aecc467c861fa4558b52 (diff)
downloadayatana-indicator-messages-910a1eb17c10443d50a6c3d2ac86bcfc7d970612.tar.gz
ayatana-indicator-messages-910a1eb17c10443d50a6c3d2ac86bcfc7d970612.tar.bz2
ayatana-indicator-messages-910a1eb17c10443d50a6c3d2ac86bcfc7d970612.zip
* New upstream release:
- don't segfault if .desktop file is not installed (lp: #1058386) - Use fallback icon names (without status emblems). (lp: #1056595)
Diffstat (limited to 'src/app-section.h')
-rw-r--r--src/app-section.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app-section.h b/src/app-section.h
index 711fdc9..7c39e8e 100644
--- a/src/app-section.h
+++ b/src/app-section.h
@@ -51,8 +51,6 @@ struct _AppSection {
GType app_section_get_type (void);
AppSection * app_section_new (GDesktopAppInfo *appinfo);
-guint app_section_get_count (AppSection * appitem);
-const gchar * app_section_get_name (AppSection * appitem);
const gchar * app_section_get_desktop (AppSection * appitem);
GActionGroup * app_section_get_actions (AppSection *self);
GMenuModel * app_section_get_menu (AppSection *appitem);
@@ -65,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