msb/deps/libunique3
l4m3rx bc1b583f67
Adding SLKCFLAGS for arm
Close #23.

Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
2018-06-04 05:24:21 +07:00
..
libunique3.SlackBuild Adding SLKCFLAGS for arm 2018-06-04 05:24:21 +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.