summaryrefslogtreecommitdiff
path: root/glib/glibmm/signalproxy.h
Commit message (Expand)AuthorAgeFilesLines
* glib/glibmm/*.h: Mark classes and methods with GLIBMM_APIChun-wei Fan2020-03-051-4/+4
* Update some @newin commandsKjell Ahlstedt2018-04-261-1/+1
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Glib::SignalProxy: Make a specialization for void signal handlersKjell Ahlstedt2017-04-231-23/+115
* Glib::SignalProxy::connect(): Improve the documentationKjell Ahlstedt2017-04-201-0/+22
* Glib::SignalProxyNormal: Remove connect_() and connect_notify_()Kjell Ahlstedt2016-12-011-35/+19
* Rename Glib::SignalProxyDetailedAnyTypeKjell Ahlstedt2016-12-011-36/+13
* sigc3: SignalProxy: Use R(Args...) syntax.Murray Cumming2016-11-141-2/+12
* signal_proxy.h: Remove unused SignalProxy# aliases.Murray Cumming2016-11-141-19/+0
* sigc3: .h/.cc files: Use slot/signal<R(Args...)> syntax.Murray Cumming2016-11-141-4/+4
* C++11: .h/.cc files: Replace typedefs with using.Murray Cumming2016-03-311-4/+4
* Re-run clang-format on some files.Murray Cumming2016-02-261-1/+1
* Run clang-format on glib .h files.Murray Cumming2016-02-261-44/+68
* Add some connect() overloads that move the sigc::slotKjell Ahlstedt2016-02-011-1/+53
* Glib::SignalProxy: use variadic templatesMarcin Kolny2016-01-211-0/+322