glib/docs/reference/gobject/tmpl
Tim Janik 617332234d destruction cleanup. there's one ->finalize_hook member in the hooklist
Thu Mar  8 16:23:34 2001  Tim Janik  <timj@gtk.org>

        * ghook.[hc]: destruction cleanup. there's one
        ->finalize_hook member in the hooklist now that gets
        called when a hook should be destroyed, that's it.
        that function is guarranteed to be called only when
        all ref_counts to the hook vanished, thus also when
        the hook is not in call.

Thu Mar  8 16:35:48 2001  Tim Janik  <timj@gtk.org>

        * gparamspecs.[hc]: s/g_param_spec_string_c/g_param_spec_stringc/.

        * gsignal.[hc]: fixed accumulator invocation, implemented emission
        hooks. and no, neither of these callbacks are called via a closure,
        language bindings can wrap the accumulator and emission hook
        interface, they already get parameters marshalled into a GValue array.
        (g_signal_connect): removed this function as its C specific, doesn't
        cover the swapped argument, is too close to its broken original
        gtk_signal_connect() and creates demand for _swapped, _after and
        _swapped_after variants <brrr>.
        (g_signal_connectc): convenience macro to connect a C handler
        func with data, like the old g_signal_connect() plus swapped
        argument.

        * gtype.h:
        * gboxed.c: added G_TYPE_VALUE boxed type.
2001-03-08 16:34:59 +00:00
..
closures.sgml adapt to work with new CVS gtk-doc, leaving the old rules in place caused 2001-01-31 06:27:41 +00:00
enumerations_flags.sgml changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gboxed.sgml changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
generic_values.sgml get rid of bogus g_value_convert 2001-03-07 20:04:54 +00:00
gobject-unused.sgml destruction cleanup. there's one ->finalize_hook member in the hooklist 2001-03-08 16:34:59 +00:00
gtypemodule.sgml Updates added 2000-11-11 00:03:57 +00:00
gtypeplugin.sgml Updates added 2000-11-11 00:03:57 +00:00
objects.sgml changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
param_specs.sgml changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
signals.sgml destruction cleanup. there's one ->finalize_hook member in the hooklist 2001-03-08 16:34:59 +00:00
standard_params.sgml destruction cleanup. there's one ->finalize_hook member in the hooklist 2001-03-08 16:34:59 +00:00
types.sgml destruction cleanup. there's one ->finalize_hook member in the hooklist 2001-03-08 16:34:59 +00:00
value_arrays.sgml Revert Tim's last commit to get rid of 7+ unnecessary / broken changes. 2001-03-07 20:11:09 +00:00
value_collection.sgml my name is glib-config-2.0! don't exit with errorcode!=0 for --help or -h. 2001-02-19 06:50:21 +00:00
value_types.sgml Revert Tim's last commit to get rid of 7+ unnecessary / broken changes. 2001-03-07 20:11:09 +00:00