Skip to content

Commit

Permalink
docs: documented request_default_bus_name
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Feb 22, 2021
1 parent 98f411e commit 6df4fed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/common_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Dbus connections calls
.. py:function:: request_default_bus_name_async(new_name)
:async:

Acquire a name on the default bus async.

:param str new_name: the name to acquire.
Must be a valid dbus service name.

.. py:function:: request_default_bus_name(new_name)
Acquire a name on the default bus.

:param str new_name: the name to acquire.
Expand Down

0 comments on commit 6df4fed

Please sign in to comment.