summaryrefslogtreecommitdiff
path: root/glib/glibmm/signalproxy_connectionnode.h
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
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-1/+1
| | | | svn path=/trunk/; revision=749
* Added wrap_auto_interface<>(), which should be used by wrap()Murray Cumming2007-09-251-1/+8
| | | | | | | | | | | | | | | | | 2007-09-25 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/wrap.cc: * glib/glibmm/wrap.h: Added wrap_auto_interface<>(), which should be used by wrap() specializations for interfaces, so we create instances of the interface even if the derived C type is unknown to us. * glib/glibmm/signalproxy_connectionnode.h: Do not wrap.h from here unnecessarily, to allow us to include objectbase.h in wrap.h, needed by the new templated method. * tools/m4/class_interface.m4: Use wrap_auto_interface<>() instead of wrap_auto() for interfaces. svn path=/trunk/; revision=445
* Deal with some doxygen warnings about undocumented parameters. AddedMurray Cumming2004-12-181-1/+1
| | | | | | | | | | 2004-12-19 Murray Cumming <murrayc@murrayc.com> * glib/src/date.hg, glib/glibmm/main.h, glib/glibmm/signalproxy_connectionnode.h: Deal with some doxygen warnings about undocumented parameters. * glib/glibmm/ustring.h: Added documentation for the size() and bytes() methods.
* notify(): Do not delete the connection after disconnecting it, becauseMurray Cumming2004-07-101-2/+2
| | | | | | | | | | 2004-07-10 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/signalproxy_connectionnode.cc: notify(): Do not delete the connection after disconnecting it, because disconnecting it always causes disconnect_notify to be called, so just delete it there. This prevents double deletes and reading of deleting memory, found in bug #145571.
* Added some documentation.Murray Cumming2004-07-091-2/+6
| | | | | | 2004-07-09 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/signalproxy.h.m4: Added some documentation.
* documentation fixes and corrections in the comments reflecting the shiftMartin Schulze2004-02-131-1/+1
| | | | | | | | | 2004-02-13 Martin Schulze <teebaum@cvs.gnome.org> * documentation fixes and corrections in the comments reflecting the shift to libsigc++ 2. * make all source files in example thread use libsigc++ 2 instead of libsigc++ 1.2.
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-101-6/+12
| | | | | | | 2004-02-10 Murray Cumming <murrayc@usa.net> * glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 for more details. We must update CHANGES later.
* Initial revisionMurray Cumming2003-01-071-0/+60