Package: gio

Function g-application-hold

Lambda List

g-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 g-application-hold 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

2021-9-9