From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Gustavo F. Padovan" To: linux-bluetooth@vger.kernel.org Cc: gustavo@padovan.org Subject: [PATCH 8/8] Document the new Debug and DebugString property Date: Tue, 8 Jun 2010 04:11:54 -0300 Message-Id: <1275981114-18019-8-git-send-email-gustavo@padovan.org> In-Reply-To: <1275981114-18019-7-git-send-email-gustavo@padovan.org> References: <1275981114-18019-1-git-send-email-gustavo@padovan.org> <1275981114-18019-2-git-send-email-gustavo@padovan.org> <1275981114-18019-3-git-send-email-gustavo@padovan.org> <1275981114-18019-4-git-send-email-gustavo@padovan.org> <1275981114-18019-5-git-send-email-gustavo@padovan.org> <1275981114-18019-6-git-send-email-gustavo@padovan.org> <1275981114-18019-7-git-send-email-gustavo@padovan.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- doc/manager-api.txt | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/doc/manager-api.txt b/doc/manager-api.txt index d2c1caf..07d4fde 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -22,6 +22,15 @@ Methods dict GetProperties() Possible Errors: org.bluez.Error.DoesNotExist org.bluez.Error.InvalidArguments + void SetProperty(string name, variant value) + + Changes the value of the specified property. Only + properties that are listed a read-write are changeable. + On success this will emit a PropertyChanged signal. + + Possible Errors: org.bluez.Error.DoesNotExist + org.bluez.Error.InvalidArguments + object DefaultAdapter() Returns object path for the default adapter. @@ -72,3 +81,13 @@ Signals PropertyChanged(string name, variant value) Properties array{object} Adapters [readonly] List of adapter object paths. + + boolean Debug [readwrite] + + Switch dynamic debug on or off. + + string DebugString [readwrite] + + Change the dynamic debug match string. Use it to + restrict debug to specific files. The default value is + "*" to debug all files. -- 1.7.1