Package: gio

Accessor g-application-is-remote

Lambda List

g-application-is-remote (object)

Syntax

(g-application-is-remote object) => setting

Arguments

object -- a g-application instance
setting -- true if the application is remote

Details

Accessor of the is-remote slot of the g-application class.

Checks if the application is remote. If the application is remote then it means that another instance of the application already exists, the 'primary' instance. Calls to perform actions on the application will result in the actions being performed by the primary instance. The value of this property cannot be accessed before the g-application-register function has been called. See the g-application-is-registered function.
 

See also

*2021-10-13