aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-09-06 10:53:54 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-09-06 10:53:54 +0200
commit10d194fc1b4630a43317d9ecc919c62c4f95d48c (patch)
treed34e6466a99cb7c0365ff39be1661aab25d662e3 /src/app-section.h
parent2e17120b6eefea4710e5a1abf859825f507014bb (diff)
parentbdf943c3c2d9aef1511d24e928e9d8652a17e703 (diff)
downloadayatana-indicator-messages-10d194fc1b4630a43317d9ecc919c62c4f95d48c.tar.gz
ayatana-indicator-messages-10d194fc1b4630a43317d9ecc919c62c4f95d48c.tar.bz2
ayatana-indicator-messages-10d194fc1b4630a43317d9ecc919c62c4f95d48c.zip
Merge lp:~larsu/indicator-messages/watch-desktop-files
Diffstat (limited to 'src/app-section.h')
-rw-r--r--src/app-section.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app-section.h b/src/app-section.h
index 711fdc9..09697c5 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);