diff options
Diffstat (limited to 'libraries/libunique/README')
-rw-r--r-- | libraries/libunique/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libunique/README b/libraries/libunique/README new file mode 100644 index 0000000000..f7b71b620e --- /dev/null +++ b/libraries/libunique/README @@ -0,0 +1,9 @@ +Unique is a library for writing single instance application. +If you launch a single instance application twice, the second +instance will either just quit or will send a message to the +running instance. + +Unique makes it easy to write this kind of applications, by +providing a base class, taking care of all the IPC machinery +needed to send messages to a running instance, and also handling +the startup notification side.
\ No newline at end of file |