summaryrefslogtreecommitdiff
path: root/include/dbus.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-03-31 12:36:12 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-03-31 12:36:12 +0200
commiteca42aa6eefa7dadb1d0d8829f753c6a76b66f70 (patch)
treee24f1a0abb5d370a442a5c85729f7e45aaec67b3 /include/dbus.h
parent70534def72a9e59f0df63c7c02ba34c883c88fe1 (diff)
downloadconnman-eca42aa6eefa7dadb1d0d8829f753c6a76b66f70.tar.gz
connman-eca42aa6eefa7dadb1d0d8829f753c6a76b66f70.tar.bz2
connman-eca42aa6eefa7dadb1d0d8829f753c6a76b66f70.zip
session: Refactor session API
Refactor the D-Bus API of the session according the documentation. All function and properties are only empty stubs.
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 9be76b2f..83f3d30c 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -44,6 +44,8 @@ extern "C" {
#define CONNMAN_SERVICE_INTERFACE CONNMAN_SERVICE ".Service"
#define CONNMAN_PROVIDER_INTERFACE CONNMAN_SERVICE ".Provider"
#define CONNMAN_TECHNOLOGY_INTERFACE CONNMAN_SERVICE ".Technology"
+#define CONNMAN_SESSION_INTERFACE CONNMAN_SERVICE ".Session"
+#define CONNMAN_NOTIFICATION_INTERFACE CONNMAN_SERVICE ".Notification"
#define CONNMAN_PRIVILEGE_MODIFY 1
#define CONNMAN_PRIVILEGE_SECRET 2