msb/deps/libunique3
Willy Sudiarto Raharjo 81d1af1ea2
Switch to https.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
2017-09-24 16:43:07 +07:00
..
libunique3.SlackBuild libunique3: Switch to https. 2017-04-27 20:42:04 +07:00
README libunique3: Added. 2017-02-19 03:10:14 +07:00
slack-desc Switch to https. 2017-09-24 16:43:07 +07:00

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.

This is the gtk+3 version.