add API for chaining: g_signal_chain_from_overridden() and
authorTim Janik <timj@gtk.org>
Wed, 14 Nov 2001 03:02:22 +0000 (03:02 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 14 Nov 2001 03:02:22 +0000 (03:02 +0000)
commit35bf561f5fb29e5053077986b4a7c3b00ea9b4b9
tree3add72388d8f19bd5548cc1226ef6e8d2704e972
parente5c99d932f79b11f35f0d604ef4ad8b4e4d0a7ba
add API for chaining: g_signal_chain_from_overridden() and

Tue Nov 13 23:18:10 2001  Tim Janik  <timj@gtk.org>

        * gsignal.[hc]: add API for chaining:
        g_signal_chain_from_overridden() and g_signal_override_class_closure(),
        implementation yet to come.

        * gtype.[hc], Makefile.am: provide G_LOG_DOMAIN as compile flag.

        * gparam.[hc]: s/g_param_get/g_param_spec_get/ for get_nick,
        get_name and get_blurb, to be consistent with the rest of the
        g_param_spec_*() functions.

        * gparamspecs.[hc]: got rid of bogus GClosure paramspec.
        G_TYPE_CLOSURE is a boxed type already.
13 files changed:
gobject/ChangeLog
gobject/Makefile.am
gobject/gboxed.h
gobject/gclosure.h
gobject/glib-genmarshal.c
gobject/gparam.c
gobject/gparam.h
gobject/gparamspecs.c
gobject/gparamspecs.h
gobject/gsignal.c
gobject/gsignal.h
gobject/gtype.c
gobject/gtype.h