summaryrefslogtreecommitdiff
path: root/include/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-29 04:57:57 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-06-29 04:57:57 +0200
commit85161ed17c46ce91fa768576f54c6e2278c07f34 (patch)
treea86168e5355346b2739efa04a3cd056f485bd45c /include/dbus.h
parent2f1e2f29dcab50d2111009efc505c496aa0ab494 (diff)
downloadconnman-85161ed17c46ce91fa768576f54c6e2278c07f34.tar.gz
connman-85161ed17c46ce91fa768576f54c6e2278c07f34.tar.bz2
connman-85161ed17c46ce91fa768576f54c6e2278c07f34.zip
Add first draft of new D-Bus API
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/dbus.h b/include/dbus.h
index a237e382..be98a4ef 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -30,15 +30,17 @@ extern "C" {
#define CONNMAN_SERVICE "org.moblin.connman"
-#define CONNMAN_ERROR_INTERFACE CONNMAN_SERVICE ".Error"
+#define CONNMAN_ERROR_INTERFACE CONNMAN_SERVICE ".Error"
-#define CONNMAN_AGENT_INTERFACE CONNMAN_SERVICE ".Agent"
+#define CONNMAN_AGENT_INTERFACE CONNMAN_SERVICE ".Agent"
+
+#define CONNMAN_ELEMENT_INTERFACE CONNMAN_SERVICE ".Element"
-#define CONNMAN_MANAGER_PATH "/"
#define CONNMAN_MANAGER_INTERFACE CONNMAN_SERVICE ".Manager"
+#define CONNMAN_MANAGER_PATH "/"
-#define CONNMAN_IFACE_BASEPATH "/interface"
-#define CONNMAN_IFACE_INTERFACE CONNMAN_SERVICE ".Interface"
+#define CONNMAN_IFACE_INTERFACE CONNMAN_SERVICE ".Interface"
+#define CONNMAN_IFACE_BASEPATH "/interface"
#define CONNMAN_NETWORK_INTERFACE CONNMAN_SERVICE ".Network"