~unity-api-team/indicator-network/connectivity-service-source-package-shuffle

« back to all changes in this revision

Viewing changes to doc/dbus/connectivity-api.txt

  • Committer: Antti Kaijanmäki
  • Date: 2014-08-14 22:07:10 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20140814220710-f9m3cvc58u64k1xv
rip out docs for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Service         com.ubuntu.connectivity1
2
 
Interface       com.ubuntu.connectivity1.NetworkingStatus
3
 
Object path     /com/ubuntu/connectivity1/NetworkingStatus
4
 
Policy group    connectivity
5
 
Supports        org.freedesktop.DBus.Introspectable
6
 
                org.freedesktop.DBus.Properties
7
 
 
8
 
Properties      array{string} Limitations [readonly]
9
 
 
10
 
                        String array representing the possible limitations
11
 
                        on networking.
12
 
 
13
 
                        Currently available limitations are:
14
 
                                "bandwith"
15
 
 
16
 
                        "bandwith" - indicates that the bandwith of the
17
 
                                Internet connection has limitations.
18
 
                                Applications should minimize their bandwith
19
 
                                usage if possible.
20
 
 
21
 
                string Status [readonly]
22
 
 
23
 
                        Status of the Internet connectivity. 
24
 
 
25
 
                        Possible values:
26
 
                                "offline", "connecting", "online"