Package: gio

Accessor g-application-flags

Lambda List

g-application-flags (object)

Syntax

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

Arguments

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

Details

Accessor of the flags slot of the g-application class.

The g-application-flags slot access function gets the flags for the application. The (setf g-application-flags) slot access function sets the flags.

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

See also

*2021-10-13