Package: gio

Accessor gio:application-flags

Lambda List

gio:application-flags (object)

Syntax

(g:application-flags object) => flags
(setf (g:application-flags object) flags)

Arguments

object -- a g:application instance
flags -- a g:application-flags value for the application

Details

Accessor of the flags slot of the g:application class. The g:application-flags function gets the flags for the application. The (setf g:application-flags) function sets the flags.

The flags can only be modified if the application has not yet been registered. See the g:application-flags documentation.
 

See also

2025-2-3