summaryrefslogtreecommitdiff
path: root/libraries/libsigc++/README
diff options
context:
space:
mode:
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.