[glib] application: Clarification about 'primary instance'



commit 486d563049a789b0a2f45f1b5564eaf66294f083
Author: Christian Persch <chpe gnome org>
Date:   Wed May 2 20:14:52 2012 +0200

    application: Clarification about 'primary instance'
    
    For non-unique applications, the 'primary instance' is the current
    instance.

 gio/gapplication.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index e675852..32341cf 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -68,8 +68,9 @@
  * desktop login.  When your application is launched again, its
  * arguments are passed through platform communication to the already
  * running program.  The already running instance of the program is
- * called the <firstterm>primary instance</firstterm>. On Linux, the
- * D-Bus session bus is used for communication.
+ * called the <firstterm>primary instance</firstterm>; for non-unique
+ * 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
  * to that of of a



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]