Package: gio
Accessor g-application-inactivity-timeout
Lambda Listg-application-inactivity-timeout (object) SyntaxArgumentsDetails Accessor of the inactivity-timeout slot of the g-application class. The g-application-inactivity-timeout slot access function gets the current inactivity timeout for the application. The (setf g-application-inactivity-timeout) slot access function sets the inactivity timeout. This is the amount of time in milliseconds after the last call to the g-application-release function before the application stops running. This call has no side effects of its own. The value set here is only used for next time the g-application-release function drops the use count to zero. Any timeouts currently in progress are not impacted. | See also |
*2021-10-13