diff options
author | Paul Wisehart <wise@lupulin.net> | 2010-05-11 14:56:21 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:56:21 +0200 |
commit | 5804d04f18652e5473364cc8ad528447bdb18fbd (patch) | |
tree | dd4713bed7c77fd02028105cdfc89f1768ff40d0 /libraries/libsigcxx/slack-desc | |
parent | e6aeec39f4d1ec6198d233beec4e6a382e1dbe48 (diff) |
libraries/libsigcxx: Initial import
Diffstat (limited to 'libraries/libsigcxx/slack-desc')
-rw-r--r-- | libraries/libsigcxx/slack-desc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/libsigcxx/slack-desc b/libraries/libsigcxx/slack-desc new file mode 100644 index 0000000000000..0208c2a8ca85a --- /dev/null +++ b/libraries/libsigcxx/slack-desc @@ -0,0 +1,11 @@ +libsigc++: libsigc++ +libsigc++: +libsigc++: libsigc++ implements a typesafe callback system for standard C++. It +libsigc++: allows you to define signals and to connect those signals to any +libsigc++: callback function, either global or a member function, regardless +libsigc++: of whether it is static or virtual. +libsigc++: It also contains adaptor classes for connection of dissimilar +libsigc++: callbacks and has an ease of use unmatched by other C++ callback +libsigc++: libraries. Libsigc++ is licensed under the GNU Library General +libsigc++: Public License, LGPL. +libsigc++: |