summaryrefslogtreecommitdiff
path: root/doc/agent-api.txt
blob: f39c9664243a5e13f485a89a9c8b8a5110457c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Agent hierarchy
===============

Service		unique name
Interface	org.moblin.connman.Agent
Object path	freely definable

Methods		void Release()

			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.