diff options
Diffstat (limited to 'dnssd')
| -rw-r--r-- | dnssd/domainbrowser.h | 2 | ||||
| -rw-r--r-- | dnssd/publicservice.cpp | 2 | ||||
| -rw-r--r-- | dnssd/query.h | 4 | ||||
| -rw-r--r-- | dnssd/remoteservice.h | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/dnssd/domainbrowser.h b/dnssd/domainbrowser.h index abe93507f..e0702d72e 100644 --- a/dnssd/domainbrowser.h +++ b/dnssd/domainbrowser.h @@ -53,7 +53,7 @@ public: Constructor that creates browser for domain list. This does not use global configuration at all. @param domains List of domains - @param recursive TRUE - additionally local network will be browsed for more domains + @param recursive true - additionally local network will be browsed for more domains @param parent Parent object. This process is recursive. */ diff --git a/dnssd/publicservice.cpp b/dnssd/publicservice.cpp index dcfc68e30..0e0b3de3b 100644 --- a/dnssd/publicservice.cpp +++ b/dnssd/publicservice.cpp @@ -202,7 +202,7 @@ bool PublicService::fillEntryGroup() avahi_string_list_free(s); return res; #else - return FALSE; + return false; #endif } diff --git a/dnssd/query.h b/dnssd/query.h index 21ab9b166..358c61d3c 100644 --- a/dnssd/query.h +++ b/dnssd/query.h @@ -57,12 +57,12 @@ public: virtual void startQuery(); /** - Returns TRUE if query is already running + Returns true if query is already running */ bool isRunning() const; /** - Returns TRUE if all currently announced services has + Returns true if all currently announced services has been reported. It does not mean that no more services can be found later and it is not related to isRunning() */ diff --git a/dnssd/remoteservice.h b/dnssd/remoteservice.h index 8324f1bdc..0fb77217c 100644 --- a/dnssd/remoteservice.h +++ b/dnssd/remoteservice.h @@ -75,7 +75,7 @@ public: /** Synchronous version of resolveAsync(). Note that resolved(bool) is emitted before this function returns, - @return TRUE is successful + @return true is successful */ bool resolve(); @@ -86,7 +86,7 @@ public: signals: /** - Emitted when resolving is complete. Parameter is set to TRUE if it was successful. + Emitted when resolving is complete. Parameter is set to true if it was successful. If operating in asynchronous mode this signal can be emitted several times (when service change) */ |
