This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 doc/agent-api.txt   |   21 +++++++++------------
 doc/plugin-api.txt  |    1 +
 include/Makefile.am |    7 ++++---
 test/Makefile.am    |    2 +-
 4 files changed, 15 insertions(+), 16 deletions(-)

New commits:
commit 87b4dec95bf09a19eef90a93487a1c32d36be6ae
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date:   Sat Dec 6 03:52:45 2008 +0100

    Include test-manager and leave test-supplicant out

commit 77c6ac36d6d89c85988917acb8dcaef000db988b
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date:   Sat Dec 6 03:49:31 2008 +0100

    Don't install device.h at the moment

commit f03cdb8c277deca62626a1798365d3b34bafedc5
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date:   Sat Dec 6 03:49:23 2008 +0100

    Add an extra empty line

commit 00052435b7d3ea4139684c7f3b39911fdff5ac91
Author: Marcel Holtmann <[EMAIL PROTECTED]>
Date:   Sat Dec 6 03:43:48 2008 +0100

    Update Agent interface description


Diff in this email is a maximum of 400 lines.
diff --git a/doc/agent-api.txt b/doc/agent-api.txt
index ff7aa53..f39c966 100644
--- a/doc/agent-api.txt
+++ b/doc/agent-api.txt
@@ -1,17 +1,14 @@
 Agent hierarchy
-***************
+===============
 
-Service name   [unique name]
-Interface name org.moblin.connman.Agent
-Object path    [random object]
+Service                unique name
+Interface      org.moblin.connman.Agent
+Object path    freely definable
 
 Methods                void Release()
 
-
-Method: Release
-===============
-This method will be called when the core releases the agent. This normally
-happens when the core shuts down.
-
-To get notified when the core exits, an agent should also watch out for the
-NameOwnerChanged from org.moblin.connman service.
+                       This method gets called when the service daemon
+                       unregisters the agent. An agent can use it to do
+                       cleanup tasks. There is no need to unregister the
+                       agent, because when this method gets called it has
+                       already been unregistered.
diff --git a/doc/plugin-api.txt b/doc/plugin-api.txt
index f8dded0..baaea30 100644
--- a/doc/plugin-api.txt
+++ b/doc/plugin-api.txt
@@ -1,6 +1,7 @@
 Plugin programming interface
 ****************************
 
+
 Plugin basics
 =============
 The Connection Manager supports plugins for various actions. The basic plugin
diff --git a/include/Makefile.am b/include/Makefile.am
index c44bd1b..704ac56 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,9 +1,10 @@
 
 includedir = @includedir@/connman
 
-include_HEADERS = log.h plugin.h security.h resolver.h \
-                                       driver.h element.h property.h \
-                                       device.h network.h rtnl.h dbus.h
+include_HEADERS = log.h plugin.h security.h resolver.h driver.h \
+                               element.h property.h network.h rtnl.h dbus.h
+
+noinst_HEADERS = device.h
 
 MAINTAINERCLEANFILES = Makefile.in
 
diff --git a/test/Makefile.am b/test/Makefile.am
index 5d61b64..9bf9ecf 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2,6 +2,6 @@
 EXTRA_DIST = get-state list-profiles list-connections \
                list-devices enable-device disable-device start-scanning \
                list-networks select-network disable-network set-passphrase \
-               simple-agent show-introspection test-compat test-supplicant
+               simple-agent show-introspection test-manager test-compat
 
 MAINTAINERCLEANFILES = Makefile.in
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to