diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqsessionmanager.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsessionmanager.html')
-rw-r--r-- | doc/html/tqsessionmanager.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqsessionmanager.html b/doc/html/tqsessionmanager.html index d918c5f2f..96edc0628 100644 --- a/doc/html/tqsessionmanager.html +++ b/doc/html/tqsessionmanager.html @@ -127,8 +127,8 @@ guaranteed that the session manager will allow interaction. </h3> <p> Asks the session manager for permission to interact with the -user. Returns TRUE if interaction is permitted; otherwise -returns FALSE. +user. Returns true if interaction is permitted; otherwise +returns false. <p> The rationale behind this mechanism is to make it possible to synchronize user interaction during a shutdown. Advanced session managers may ask all applications simultaneously to commit their @@ -208,8 +208,8 @@ iterate over a copy, e.g. <h3 class=fn>bool <a name="isPhase2"></a>TQSessionManager::isPhase2 () const </h3> -<p> Returns TRUE if the session manager is currently performing a second -session management phase; otherwise returns FALSE. +<p> Returns true if the session manager is currently performing a second +session management phase; otherwise returns false. <p> <p>See also <a href="#requestPhase2">requestPhase2</a>(). <h3 class=fn>void <a name="release"></a>TQSessionManager::release () |