From 329c7954b9f166033fb8b7689b670eb76b9066f5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 7 Jan 2010 03:48:05 -0800 Subject: [PATCH] Add counter API document --- Makefile.am | 1 + doc/counter-api.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 doc/counter-api.txt diff --git a/Makefile.am b/Makefile.am index fa3c666..ce348ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,6 +153,7 @@ EXTRA_DIST += doc/overview-api.txt doc/behavior-api.txt \ doc/ipconfig-api.txt doc/plugin-api.txt \ doc/manager-api.txt doc/agent-api.txt \ doc/profile-api.txt doc/service-api.txt \ + doc/counter-api.txt \ doc/device-lowlevel-api.txt \ doc/network-lowlevel-api.txt \ doc/advanced-configuration.txt diff --git a/doc/counter-api.txt b/doc/counter-api.txt new file mode 100644 index 0000000..593e932 --- /dev/null +++ b/doc/counter-api.txt @@ -0,0 +1,14 @@ +Counter hierarchy +================= + +Service unique name +Interface org.moblin.connman.Counter +Object path freely definable + +Methods void Release() + + This method gets called when the service daemon + unregisters the counter. A counter can use it to do + cleanup tasks. There is no need to unregister the + counter, because when this method gets called it has + already been unregistered. -- 2.7.4