summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsessionmanager.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:38:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:43:03 +0900
commit6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (patch)
treeb029ebf1d5be6d1ac0ee361e7bfb68a7dbed0eec /doc/man/man3/tqsessionmanager.3qt
parent81ade129093a279e6537db25710583fd2bba9427 (diff)
downloadtqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.tar.gz
tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.zip
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d)
Diffstat (limited to 'doc/man/man3/tqsessionmanager.3qt')
-rw-r--r--doc/man/man3/tqsessionmanager.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqsessionmanager.3qt b/doc/man/man3/tqsessionmanager.3qt
index 9304d41e8..63740c66f 100644
--- a/doc/man/man3/tqsessionmanager.3qt
+++ b/doc/man/man3/tqsessionmanager.3qt
@@ -103,7 +103,7 @@ This is similar to allowsInteraction(), but also tells the session manager that
.PP
See also allowsInteraction(), release(), and cancel().
.SH "bool QSessionManager::allowsInteraction ()"
-Asks the session manager for permission to interact with the user. Returns TRUE if interaction is permitted; otherwise returns FALSE.
+Asks the session manager for permission to interact with the user. Returns true if interaction is permitted; otherwise returns false.
.PP
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 data, resulting in a much faster shutdown.
.PP
@@ -198,7 +198,7 @@ See also setDiscardCommand(), restartCommand(), and setRestartCommand().
.SH "void * QSessionManager::handle () const"
X11 only: returns a handle to the current \fCSmcConnection\fR.
.SH "bool QSessionManager::isPhase2 () const"
-Returns TRUE if the session manager is currently performing a second session management phase; otherwise returns FALSE.
+Returns true if the session manager is currently performing a second session management phase; otherwise returns false.
.PP
See also requestPhase2().
.SH "void QSessionManager::release ()"