summaryrefslogtreecommitdiff
path: root/libraries/libsigc++/README
diff options
context:
space:
mode:
authorPaul Wisehart <wise@lupulin.net>2010-05-11 22:54:13 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 22:54:13 +0200
commitf0611ab0aacccaf178d4613004bdfd619165a4de (patch)
tree46f1860d7542af964d954a29e2263f74492a5009 /libraries/libsigc++/README
parent9eda8c9bd3f0c3978e862fd8d4f3cfa8c799ef98 (diff)
downloadslackbuilds-f0611ab0aacccaf178d4613004bdfd619165a4de.tar.gz
libraries/libsigc++: Added to 12.1 repository
Diffstat (limited to 'libraries/libsigc++/README')
-rw-r--r--libraries/libsigc++/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libsigc++/README b/libraries/libsigc++/README
new file mode 100644
index 0000000000..0eba59aee9
--- /dev/null
+++ b/libraries/libsigc++/README
@@ -0,0 +1,9 @@
+libsigc++ implements a typesafe callback system for standard C++. It
+allows you to define signals and to connect those signals to any
+callback function, either global or a member function, regardless
+of whether it is static or virtual.
+
+It also contains adaptor classes for connection of dissimilar
+callbacks and has an ease of use unmatched by other C++ callback
+libraries. Libsigc++ is licensed under the GNU Library General
+Public License, LGPL.