Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libunique.SlackBuild | 2014-11-01 | 2.3 kB | |
libunique-1.1.6-compiler-warnings.patch | 2014-04-23 | 1.7 kB | |
libunique-1.1.6-G_CONST_RETURN.patch | 2014-04-23 | 6.1 kB | |
libunique.info | 2014-04-23 | 317 Bytes | |
README | 2014-04-23 | 420 Bytes | |
slack-desc | 2014-04-23 | 995 Bytes | |
libunique-1.1.6.tar.bz2 | 2009-11-12 | 335.5 kB | |
Totals: 7 Items | 347.3 kB | 0 |
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.