Gjsify LogoGjsify Logo

Flags used to define the behaviour of a #GApplication.

bitfield

Index

Enumeration Members

ALLOW_REPLACEMENT: number

Allow another instance to take over the bus name. Since: 2.60

CAN_OVERRIDE_APP_ID: number

Allow users to override the application ID from the command line with --gapplication-app-id. Since: 2.48

FLAGS_NONE: number

Default

HANDLES_COMMAND_LINE: number

This application handles command line arguments (in the primary instance). Note that this flag only affect the default implementation of local_command_line(). See g_application_run() for details.

HANDLES_OPEN: number

This application handles opening files (in the primary instance). Note that this flag only affects the default implementation of local_command_line(), and has no effect if %G_APPLICATION_HANDLES_COMMAND_LINE is given. See g_application_run() for details.

IS_LAUNCHER: number

Don't try to become the primary instance.

IS_SERVICE: number

Run as a service. In this mode, registration fails if the service is already running, and the application will initially wait up to 10 seconds for an initial activation message to arrive.

NON_UNIQUE: number

Make no attempts to do any of the typical single-instance application negotiation, even if the application ID is given. The application neither attempts to become the owner of the application ID nor does it check if an existing owner already exists. Everything occurs in the local process. Since: 2.30.

REPLACE: number

Take over from another instance. This flag is usually set by passing --gapplication-replace on the commandline. Since: 2.60

SEND_ENVIRONMENT: number

Send the environment of the launching process to the primary instance. Set this flag if your application is expected to behave differently depending on certain environment variables. For instance, an editor might be expected to use the GIT_COMMITTER_NAME environment variable when editing a git commit message. The environment is available to the #GApplication::command-line signal handler, via g_application_command_line_getenv().

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method