OSDN Git Service

first commit
[slackware/slackbuild.git] / libunique / README
1 Unique is a library for writing single instance application.
2 If you launch a single instance application twice, the second
3 instance will either just quit or will send a message to the
4 running instance.
5
6 Unique makes it easy to write this kind of applications, by
7 providing a base class, taking care of all the IPC machinery
8 needed to send messages to a running instance, and also handling
9 the startup notification side.