diff options
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++: |