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 with the identifier of the application

Details

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

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-2-3