gdbus: Unconditionally remove D-Bus timeouts
[framework/connectivity/connman.git] / doc / profile-api.txt
1 Profile hierarchy
2 =================
3
4 Service         net.connman
5 Interface       net.connman.Profile
6 Object path     [variable prefix]/{profile0,profile1,...}
7
8 Methods         dict GetProperties()
9
10                         Returns properties for the profile 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                         Name of this profile.
23
24                 boolean OfflineMode [readwrite]
25
26                         The offline mode indicates the setting for switching
27                         all radios on or off. Changing offline mode to true
28                         results in powering down all devices.
29
30                 array{object} Services [readonly]
31
32                         List of service objects.