Some more GApplication doc tweaks

This commit is contained in:
Matthias Clasen
2010-10-23 20:43:36 +02:00
parent 013f862a03
commit 00366f440d
3 changed files with 50 additions and 29 deletions

View File

@@ -1219,13 +1219,14 @@ typedef enum
/**
* GApplicationFlags:
* @G_APPLICATION_FLAGS_NONE: Default
* @G_APPLICATION_IS_SERVICE: Stay around for a while when the use count
* falls to zero.
* @G_APPLICATION_IS_SERVICE: Run as a service. In this mode, registration
* fails if the service is already running, and the application will
* stay around for a while when the use count falls to zero.
* @G_APPLICATION_IS_LAUNCHER: Don't try to become the primary instance.
* @G_APPLICATION_HANDLES_OPEN: This application handles opening files (in the
* primary instance)
* @G_APPLICATION_HANDLES_COMMAND_LINE: This application handles command lines
* (in the primary instance)
* @G_APPLICATION_HANDLES_COMMAND_LINE: This application handles command line
* arguments (in the primary instance)
*
* Flags used to define the behaviour of a #GApplication.
*