diff options
author | Donald Cooley <dfc@warpmail.net> | 2013-12-01 22:26:14 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-02 00:58:04 -0600 |
commit | e05c1f08183764abce6384f1938cefee2960ba5b (patch) | |
tree | 2a41951e148d4270eb50c5d39fc22e506aba8834 /perl/perl-Gtk2-Unique/README | |
parent | e1ed55207007cf2a509b9a5327bd4077835deb41 (diff) | |
download | slackbuilds-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/README | 4 |
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. |