Package: gio

Accessor gio:application-version

Lambda List

gio:application-version (object)

Syntax

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

Arguments

object -- a g:application instance
version -- a string for the version number of the application

Details

The accessor for the version slot of the g:application class gets or sets the version of the application. This will be used to implement a --version command line argument. The application version can only be modified if the application has not yet been registered.

Since 2.80
 

See also

2025-09-27