summaryrefslogtreecommitdiff
path: root/glib/glibmm/interface.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 2.6.1:Murray Cumming2005-03-071-3/+4
| | | | | | | | 2005-03-07 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/interface.cc: Disable the new check for pre-existing interface implementations, because it checks all base gtypes and not just the current gtype. Bug #169442 by Bryan Forbes.
* Interface_Class:add_interface(), used by add_interface() methods ofMurray Cumming2005-02-181-6/+9
| | | | | | | | | 2005-02-18 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/interface.cc: Interface_Class:add_interface(), used by add_interface() methods of Interfaces: Do not add interfaces that have been added before, to avoid the warning from glib. This allows application code to be simpler.
* Initial revisionMurray Cumming2003-01-071-0/+91