summaryrefslogtreecommitdiffstats
path: root/perl/perl-Gtk2-Unique/README
diff options
context:
space:
mode:
author Donald Cooley2013-12-01 22:26:14 +0100
committer Robby Workman2013-12-02 07:58:04 +0100
commite05c1f08183764abce6384f1938cefee2960ba5b (patch)
tree2a41951e148d4270eb50c5d39fc22e506aba8834 /perl/perl-Gtk2-Unique/README
parente1ed55207007cf2a509b9a5327bd4077835deb41 (diff)
downloadslackbuilds-e05c1f08183764abce6384f1938cefee2960ba5b.tar.gz
perl/perl-Gtk2-Unique: Added (use single instance applications).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'perl/perl-Gtk2-Unique/README')
-rw-r--r--perl/perl-Gtk2-Unique/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Gtk2-Unique/README b/perl/perl-Gtk2-Unique/README
new file mode 100644
index 0000000000..a9f3116acf
--- /dev/null
+++ b/perl/perl-Gtk2-Unique/README
@@ -0,0 +1,4 @@
+Gtk2::Unique is a Perl binding for the C library libunique which
+provides a way 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.