Package: gio

Accessor g-application-application-id

Lambda List

g-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 slot access function gets the unique identifier for the application. The (setf g-application-application-id) slot access 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

*2021-10-13