summaryrefslogtreecommitdiff
path: root/glib/glibmm/interface.cc
Commit message (Expand)AuthorAgeFilesLines
* gmmproc: Improved handling of final typesKjell Ahlstedt2022-06-081-0/+7
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Add and use make_refptr_for_instance().Murray Cumming2017-04-061-1/+1
* Object construction: Add custom class init and instance init functionsKjell Ahlstedt2017-02-151-4/+3
* Glib::ObjectBase: Use std::forward_list for interface class pointersKjell Ahlstedt2016-11-251-1/+2
* Glib::ObjectBase: Replace extra_object_base_data map by instance dataKjell Ahlstedt2016-11-241-3/+2
* Run clang-format on glib .cc files.Murray Cumming2016-02-261-41/+46
* C++11: Use emplace_back() instead of push_back().Murray Cumming2016-02-051-2/+2
* Remove now-unnecessary includes of glibmm/threads.h.Murray Cumming2015-11-271-1/+0
* ObjectBase: Change extra_object_base_data_mutex to a std::mutex.Murray Cumming2015-11-261-1/+1
* Glib: More nullptr instead of 0.Murray Cumming2015-11-201-2/+2
* ObjectBase, Object, Interface: Fix move constructors and move assignmentsKjell Ahlstedt2015-10-311-8/+12
* Interface: Make move operations noexcept.Murray Cumming2015-08-311-2/+2
* Make destructors explicitly noexcept.Murray Cumming2015-08-311-1/+1
* Interface: Move constructor: Add comment about not calling initialize_move().Murray Cumming2015-08-221-1/+7
* Glib::ObjectBase, Object, Interface: Add move operators.Murray Cumming2015-08-221-0/+10
* C++11: Use nullptr.Murray Cumming2015-07-161-1/+1
* Rename ambiguously named overridden property variable and typePovilas Kanapickas2014-07-071-4/+4
* Fix tiny typo in commitMurray Cumming2014-03-041-1/+1
* Add interfaces to custom types before class_init.Kjell Ahlstedt2013-08-011-36/+42
* Custom Interface Properties: Use base finalize function to free data.José Alburquerque2013-05-141-1/+2
* Interface: Add a comment about overriding properties in constructor.José Alburquerque2013-04-251-0/+2
* Custom Interfaces: Implement derived interface properties in present.José Alburquerque2013-04-221-4/+36
* Interface: Fix a small typo.José Alburquerque2013-04-081-2/+1
* Gio::TlsClientConnection: Make the class work correctly.José Alburquerque2013-04-071-0/+4
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* 2.6.1:Murray Cumming2005-03-071-3/+4
* Interface_Class:add_interface(), used by add_interface() methods ofMurray Cumming2005-02-181-6/+9
* Initial revisionMurray Cumming2003-01-071-0/+91