Update details about service type property
[connman] / doc / service-api.txt
1 Service hierarchy
2 =================
3
4 Service         org.moblin.connman
5 Interface       org.moblin.connman.Service
6 Object path     [variable prefix]/{service0,service1,...}
7
8 Methods         dict GetProperties()
9
10                         Returns properties for the service object. See
11                         the properties section for available properties.
12
13                         Possible Errors: [service].Error.InvalidArguments
14
15 Signals         PropertyChanged(string name, variant value)
16
17                         This signal indicates a changed value of the given
18                         property.
19
20 Properties      string Name [readonly]
21
22                         The service name (for example "Wireless" etc.)
23
24                         This name can be used for directly displaying it in
25                         the application. It has pure informational purpose.
26
27                 string Type [readonly]
28
29                         The service type (for example "ethernet", "wifi" etc.)
30
31                         This information should only be used to determine
32                         advanced properties or showing the correct icon
33                         to the user.