summaryrefslogtreecommitdiffstats
path: root/libraries/libunique3/README
diff options
context:
space:
mode:
author Matteo Bernardini2012-09-08 09:51:40 +0200
committer Robby Workman2012-09-09 00:28:33 +0200
commit7316445ee3cd818b6974b881cf53a30e02a4f3a9 (patch)
treec88753547784af85d1fe06f8408e4ac55397949b /libraries/libunique3/README
parent9ffc83ff03b88ae347327e05890f86f03711c416 (diff)
downloadslackbuilds-7316445ee3cd818b6974b881cf53a30e02a4f3a9.tar.gz
libraries/libunique3: Added (GTK+3 version of libunique).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libunique3/README')
-rw-r--r--libraries/libunique3/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/libunique3/README b/libraries/libunique3/README
new file mode 100644
index 0000000000..49d3fd0b96
--- /dev/null
+++ b/libraries/libunique3/README
@@ -0,0 +1,11 @@
+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.