diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:30:44 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:30:44 +0200 |
commit | 76612c7937ffee69717c87fb9448ab0a8c527c63 (patch) | |
tree | d7255a9810a2fe9dad58a3b43855a5027118850c /libraries/libunique/README | |
parent | 1a7965f61f07392ee6b51ce251f7265006b1c31b (diff) | |
download | slackbuilds-76612c7937ffee69717c87fb9448ab0a8c527c63.tar.gz |
libraries/libunique: Added to 12.2 repository
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 |