From 7316445ee3cd818b6974b881cf53a30e02a4f3a9 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 8 Sep 2012 09:51:40 +0200 Subject: libraries/libunique3: Added (GTK+3 version of libunique). Signed-off-by: Matteo Bernardini --- libraries/libunique3/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libraries/libunique3/README (limited to 'libraries/libunique3/README') 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. -- cgit v1.2.3