glib/gobject
Tim Janik cfe0780d3e destroy all signals that the finalized obejct type introduced.
Wed Nov  1 03:36:54 2000  Tim Janik  <timj@gtk.org>

        * gobject.c (g_object_base_class_finalize): destroy all signals that
        the finalized obejct type introduced.

        * gsignal.c (g_signals_destroy): don't require itype to have
        signals.

        * gobject.c (g_object_do_finalize): make sure all signal handlers
        are destroyed.

        * gsignal.[hc]:
        (g_signal_handler_find): only match on non-0 masks.
        (g_signal_handlers_block_matched):
        (g_signal_handlers_unblock_matched):
        (g_signal_handlers_disconnect_matched): new functions to block/unblock
        or disconnect handlers in groups.
2000-11-01 03:03:04 +00:00
..
.cvsignore .cvsignore updates 2000-10-27 12:36:18 +00:00
ChangeLog destroy all signals that the finalized obejct type introduced. 2000-11-01 03:03:04 +00:00
gboxed.c added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gboxed.h added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gbsearcharray.c Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 17:53:08 +00:00
gbsearcharray.h Don't use implicit casts from void * since this will get included from C++ 2000-10-25 23:39:32 +00:00
gclosure.c fixed notifier position for post_marshal guard which was off at 0. 2000-10-27 22:28:01 +00:00
gclosure.h publically define GSignalInvocationHint structure that gets passed in to 2000-10-27 16:48:11 +00:00
genums.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
genums.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
glib-genmarshal.1 added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
glib-genmarshal.c Make glib-genmarshal.exe. 2000-10-27 21:35:45 +00:00
gobject-query.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gobject.c destroy all signals that the finalized obejct type introduced. 2000-11-01 03:03:04 +00:00
gobject.def Make glib-genmarshal.exe. 2000-10-27 21:35:45 +00:00
gobject.h fixed notifier position for post_marshal guard which was off at 0. 2000-10-27 22:28:01 +00:00
gobject.rc.in makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to 2000-05-13 19:30:58 +00:00
gparam.c made both functions return gboolean just for the little extra standard 2000-10-30 14:39:23 +00:00
gparam.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gparamspecs.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gparamspecs.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
gsignal.c destroy all signals that the finalized obejct type introduced. 2000-11-01 03:03:04 +00:00
gsignal.h destroy all signals that the finalized obejct type introduced. 2000-11-01 03:03:04 +00:00
gtype.c Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 17:53:08 +00:00
gtype.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gvalue.c made both functions return gboolean just for the little extra standard 2000-10-30 14:39:23 +00:00
gvalue.h added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gvaluecollector.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
gvaluetypes.c const fix 2000-10-27 05:32:48 +00:00
gvaluetypes.h const fix 2000-10-27 05:32:48 +00:00
Makefile.am Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist' 2000-10-26 12:01:15 +00:00
makefile.mingw.in Make glib-genmarshal.exe. 2000-10-27 21:35:45 +00:00
makefile.msc.in Make glib-genmarshal.exe. 2000-10-27 21:35:45 +00:00