summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-11-26 10:57:42 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-11-26 10:57:42 +0100
commit4c10a569c112ffb3a646bc0e5353d190fef58e22 (patch)
treefd74c1177e94fd9a9692332c9ace4f4e39b6493b /doc
parentabe0a8232bb8c92883bd4328becdbf60b7d54e55 (diff)
downloadconnman-4c10a569c112ffb3a646bc0e5353d190fef58e22.tar.gz
connman-4c10a569c112ffb3a646bc0e5353d190fef58e22.tar.bz2
connman-4c10a569c112ffb3a646bc0e5353d190fef58e22.zip
Change service name from org.moblin.connman to net.connman
Diffstat (limited to 'doc')
-rw-r--r--doc/agent-api.txt2
-rw-r--r--doc/counter-api.txt2
-rw-r--r--doc/manager-api.txt4
-rw-r--r--doc/overview-api.txt8
-rw-r--r--doc/profile-api.txt4
-rw-r--r--doc/service-api.txt4
-rw-r--r--doc/technology-api.txt4
7 files changed, 14 insertions, 14 deletions
diff --git a/doc/agent-api.txt b/doc/agent-api.txt
index 1aa06b68..644b6783 100644
--- a/doc/agent-api.txt
+++ b/doc/agent-api.txt
@@ -2,7 +2,7 @@ Agent hierarchy
===============
Service unique name
-Interface org.moblin.connman.Agent
+Interface net.connman.Agent
Object path freely definable
Methods void Release()
diff --git a/doc/counter-api.txt b/doc/counter-api.txt
index 5f286512..9ec5f21b 100644
--- a/doc/counter-api.txt
+++ b/doc/counter-api.txt
@@ -2,7 +2,7 @@ Counter hierarchy
=================
Service unique name
-Interface org.moblin.connman.Counter
+Interface net.connman.Counter
Object path freely definable
Methods void Release()
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index d8f1f4e7..743ba188 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -1,8 +1,8 @@
Manager hierarchy
=================
-Service org.moblin.connman
-Interface org.moblin.connman.Manager
+Service net.connman
+Interface net.connman.Manager
Object path /
Methods dict GetProperties()
diff --git a/doc/overview-api.txt b/doc/overview-api.txt
index b83e89a1..926f9ebe 100644
--- a/doc/overview-api.txt
+++ b/doc/overview-api.txt
@@ -335,8 +335,8 @@ A simple way to retrieve all global properties looks like this:
bus = dbus.SystemBus()
- manager = dbus.Interface(bus.get_object("org.moblin.connman", "/"),
- "org.moblin.connman.Manager")
+ manager = dbus.Interface(bus.get_object("net.connman", "/"),
+ "net.connman.Manager")
properties = manager.GetProperties()
@@ -366,8 +366,8 @@ are the exact details users should care about.
properties = manager.GetProperties()
for path in properties["Services"]:
- service = dbus.Interface(bus.get_object("org.moblin.connman", path),
- "org.moblin.connman.Service")
+ service = dbus.Interface(bus.get_object("net.connman", path),
+ "net.connman.Service")
service_properties = service.GetProperties()
diff --git a/doc/profile-api.txt b/doc/profile-api.txt
index b30f4187..eba56255 100644
--- a/doc/profile-api.txt
+++ b/doc/profile-api.txt
@@ -1,8 +1,8 @@
Profile hierarchy
=================
-Service org.moblin.connman
-Interface org.moblin.connman.Profile
+Service net.connman
+Interface net.connman.Profile
Object path [variable prefix]/{profile0,profile1,...}
Methods dict GetProperties()
diff --git a/doc/service-api.txt b/doc/service-api.txt
index d774507c..d3097364 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -1,8 +1,8 @@
Service hierarchy
=================
-Service org.moblin.connman
-Interface org.moblin.connman.Service
+Service net.connman
+Interface net.connman.Service
Object path [variable prefix]/{service0,service1,...}
Methods dict GetProperties()
diff --git a/doc/technology-api.txt b/doc/technology-api.txt
index 0c8789d3..497c988c 100644
--- a/doc/technology-api.txt
+++ b/doc/technology-api.txt
@@ -1,8 +1,8 @@
Technology hierarchy
====================
-Service org.moblin.connman
-Interface org.moblin.connman.Technology
+Service net.connman
+Interface net.connman.Technology
Object path [variable prefix]/{technology0,technology1,...}
Methods dict GetProperties()