s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals,
authorTim Janik <timj@gtk.org>
Sun, 4 Feb 2001 07:03:52 +0000 (07:03 +0000)
committerTim Janik <timj@src.gnome.org>
Sun, 4 Feb 2001 07:03:52 +0000 (07:03 +0000)
commit22357542e9cb017e2dfeee0004d6a22ed8897468
treef536f114feb8e299e427ff7b12a4e1d21829e26f
parentb6fef45d5ae3bbcaabe803101946ec5a0f1c2801
s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals,

Sun Feb  4 07:38:32 2001  Tim Janik  <timj@gtk.org>

        * docs/debugging.txt: s/glib_trap_/g_trap_/. add comments on
        g_trap_instance_signals, g_trace_instance_signals and
        GRUNTIME_DEBUG.

        * gmem.c: s/glib_trap_/g_trap_/.

Sun Feb  4 07:30:53 2001  Tim Janik  <timj@gtk.org>

        * gtype.[hc]: changed g_type_init() to take debugging flags
        initially, a combination of G_TYPE_DEBUG_OBJECTS and
        G_TYPE_DEBUG_SIGNALS. using the G_TYPE_ prefix is a bit odd
        here, but basically g_type_int() serves as initialization
        fucntion for all of GType, GObject, GSignal, so what the heck.

        * gobject.c: special case debugging code properly.
        changed glib_trap_object_ref to g_trap_object_ref.

        * gsignal.c: add signal emission debugging abilities, along with
        a new trap object g_trap_instance_signals.
19 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/debugging.txt
docs/reference/gobject/tmpl/gobject-unused.sgml
docs/reference/gobject/tmpl/types.sgml
glib/gmem.c
gmem.c
gobject/ChangeLog
gobject/gobject-query.c
gobject/gobject.c
gobject/gsignal.c
gobject/gtype.c
gobject/gtype.h