aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-02 16:44:47 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-02 16:44:47 +0200
commit21f3cac4cb191430abf89b7cebd0093952c827b0 (patch)
tree5aee144e7dac57d0c4cd764614b9dab7ebc9fa92 /src/app-section.h
parentb4062c831c830df78baeecf092e7c5e7198afada (diff)
downloadayatana-indicator-messages-21f3cac4cb191430abf89b7cebd0093952c827b0.tar.gz
ayatana-indicator-messages-21f3cac4cb191430abf89b7cebd0093952c827b0.tar.bz2
ayatana-indicator-messages-21f3cac4cb191430abf89b7cebd0093952c827b0.zip
Listen to actions exported by applications
Diffstat (limited to 'src/app-section.h')
-rw-r--r--src/app-section.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app-section.h b/src/app-section.h
index e5c3892..aa6ef75 100644
--- a/src/app-section.h
+++ b/src/app-section.h
@@ -52,6 +52,11 @@ const gchar * app_section_get_desktop (AppSection * appitem);
GMenuModel * app_section_get_menu (AppSection *appitem);
GAppInfo * app_section_get_app_info (AppSection *appitem);
GMenuItem * app_section_create_menu_item (AppSection *self);
+void app_section_set_object_path (AppSection *self,
+ GDBusConnection *bus,
+ const gchar *bus_name,
+ const gchar *object_path);
+void app_section_unset_object_path (AppSection *self);
G_END_DECLS