Package: gio

Accessor gio:application-application-id

Lambda List

gio:application-application-id (object)

Syntax

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

Arguments

object -- a g:application instance
id -- a string for the identifier of the application

Details

The accessor for the application-id slot of the g:application class gets or sets the unique identifier for the application.

The application ID can only be modified if the application has not yet been registered. The application ID must be valid. See the g:application-id-is-valid function.
 

See also

2025-09-27