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

Service name	[unique name]
Interface name	org.moblin.connman.Agent
Object path	[random object]

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.