~barry/ubuntu/precise/dbus-python/python3-from-upstream

« back to all changes in this revision

Viewing changes to dbus/proxies.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-06-26 10:28:30 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070626102830-6rh3gy4nvtt1c5z2
Tags: 0.82.0-1ubuntu1
* Merge with Debian; remaining changes:
  - Build a python-dbus-dbg package.
  - debian/rules:
    - Don't remove intermediate stamp files.
    - Don't use optimization for the debug build.
  - debian/python-dbus.postinst:
    - Also remove stale .py[co] files from 2.5 python directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
            `bus_name` : str
182
182
                A bus name for the application owning the object, to be used
183
183
                as the destination for method calls and the sender for
184
 
                signal matches. The keyword argument `named_service` is a
 
184
                signal matches. The keyword argument ``named_service`` is a
185
185
                deprecated alias for this.
186
186
            `object_path` : str
187
187
                The object path at which the application exports the object
261
261
            is that unique name.
262
262
 
263
263
            If the proxy was instantiated with a well-known name and with
264
 
            `follow_name_owner_changes` set false (the default), this
 
264
            ``follow_name_owner_changes`` set false (the default), this
265
265
            property is the unique name of the connection that owned that
266
266
            well-known name when the proxy was instantiated, which might
267
267
            not actually own the requested well-known name any more.
268
268
 
269
269
            If the proxy was instantiated with a well-known name and with
270
 
            `follow_name_owner_changes` set true, this property is that
 
270
            ``follow_name_owner_changes`` set true, this property is that
271
271
            well-known name.
272
272
            """)
273
273