diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /x11-toolkits/libunique3 | |
parent | 4e942b64191e2ef98dce2c5af31047a8640db768 (diff) | |
download | ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip |
Notes
Diffstat (limited to 'x11-toolkits/libunique3')
-rw-r--r-- | x11-toolkits/libunique3/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/libunique3/pkg-descr b/x11-toolkits/libunique3/pkg-descr index 01b9245662a2..764e543fec2d 100644 --- a/x11-toolkits/libunique3/pkg-descr +++ b/x11-toolkits/libunique3/pkg-descr @@ -1,12 +1,12 @@ -Unique is a library for writing single instance application. If you launch a -single instance application twice, the second instance will either just quit +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 +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. -Unique aims to replace the BaconMessageConnection code that has been copied +Unique aims to replace the BaconMessageConnection code that has been copied by many projects and the code using Bonobo and D-Bus. WWW: http://live.gnome.org/LibUnique |