Package: gio

Function gio:application-hold

Lambda List

gio:application-hold (application)

Arguments

application -- a g:application instance

Details

Increases the use count of the application. Use this function to indicate that the application has a reason to continue to run. For example, the function is called by GTK when a toplevel window is on the screen. To cancel the hold, call the g:application-release function.
 

See also

2025-2-3