build: Whitespace & keep vim happy
[platform/upstream/ofono.git] / doc / manager-api.txt
1 Manager hierarchy
2 =================
3
4 Service         org.ofono
5 Interface       org.ofono.Manager
6 Object path     /
7
8 Methods         array{object,dict} GetModems()
9
10                         Get an array of modem objects and properties
11                         that represents the currently attached modems.
12
13                         This method call should only be used once when an
14                         application starts up.  Further modem additions
15                         and removal shall be monitored via ModemAdded and
16                         ModemRemoved signals.
17
18 Signals         ModemAdded(object path, dict properties)
19
20                         Signal that is sent when a new modem is added.  It
21                         contains the object path of new modem and also its
22                         properties.
23
24                 ModemRemoved(object path)
25
26                         Signal that is sent when a modem has been removed.
27                         The object path is no longer accessible after this
28                         signal and only emitted for reference.