summaryrefslogtreecommitdiff
path: root/libraries/libunique3/README
diff options
context:
space:
mode:
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.