application: Clarification about 'primary instance'

For non-unique applications, the 'primary instance' is the current
instance.
This commit is contained in:
Christian Persch 2012-05-02 20:14:52 +02:00
parent f7b61c72b4
commit 486d563049

View File

@ -68,8 +68,9 @@
* desktop login. When your application is launched again, its * desktop login. When your application is launched again, its
* arguments are passed through platform communication to the already * arguments are passed through platform communication to the already
* running program. The already running instance of the program is * running program. The already running instance of the program is
* called the <firstterm>primary instance</firstterm>. On Linux, the * called the <firstterm>primary instance</firstterm>; for non-unique
* D-Bus session bus is used for communication. * applications this is the always the current instance.
* On Linux, the D-Bus session bus is used for communication.
* *
* If used, the expected form of an application identifier is very close * If used, the expected form of an application identifier is very close
* to that of of a * to that of of a