summaryrefslogtreecommitdiff
path: root/glib/glibmm/signalproxy_connectionnode.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
* Remove unnecessary warning when notify() is called afterPhilip Langdale2004-10-071-2/+0
| | | | | | | 2004-10-07 Philip Langdale <plangdale@vmware.com> * glib/glibmm/signalproxy_connectionnode.cc: Remove unnecessary warning when notify() is called after destroy_notify_handler().
* notify(): Do not delete the connection after disconnecting it, becauseMurray Cumming2004-07-101-13/+26
| | | | | | | | | | 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/+2
| | | | | | 2004-07-09 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/signalproxy.h.m4: Added some documentation.
* :SignalProxyConnectionNode): Reorder the initializer list to match theDaniel Elstner2004-06-031-2/+4
| | | | | | | | * glib/glibmm/signalproxy_connectionnode.cc (SignalProxyConnectionNode::SignalProxyConnectionNode): Reorder the initializer list to match the declaration order. (SignalProxyConnectionNode::notify): Add missing return 0.
* glibmm now uses libsigc++ 2 instead of libsigc++ 1.2. See bug #125061 forMurray Cumming2004-02-101-27/+24
| | | | | | | 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/+84