summaryrefslogtreecommitdiff
path: root/glib/glibmm/class.h
Commit message (Collapse)AuthorAgeFilesLines
* Increased versionglibmm-2.21.1-realMurray Cumming2009-06-291-0/+7
|
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
| | | | | | | | | | 2009-01-20 Deng Xiyue <manphiz@gmail.com> * Change license header to mention Lesser General Public License version 2.1 instead of Library General Public License, to be consistent with COPYING. svn path=/trunk/; revision=779
* Merged changes from glibmm-2-10 branch.Murray Cumming2006-05-121-0/+1
|
* Temporarily reverted some stuff. I will recommit some of it.Murray Cumming2005-01-211-17/+0
|
* #include glibmmconfig.h so thatMurray Cumming2005-01-211-0/+1
| | | | | | | | | | 2005-01-21 Murray Cumming <murrayc@localhost.localdomain> * glib/glibmm/class.h: #include glibmmconfig.h so that GLIBMM_CAN_ASSIGN_NON_EXTERN_C_FUNCTIONS_TO_EXTERN_C_CALLBACKS can be defined. * glib/glibmm/class.cc: Use ifdef instead of ifndef where that is what I meant. Fixes the build.
* Fix the buildMurray Cumming2005-01-201-4/+1
|
* More use of exern C, with an intermediate callback, to satisfy the IRIXMurray Cumming2005-01-201-0/+19
| | | | | | | | | | 2005-01-20 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/class.h: More use of exern C, with an intermediate callback, to satisfy the IRIX MipsPro compiler. * glib/glibmm/container.h: #ifdef out a dynamic_cast that MipsPro does not allow, and which I can not think of a better place to put. See the comment in the code.
* Initial revisionMurray Cumming2003-01-071-0/+76