glib/docs/reference/gobject/tmpl
Tim Janik bbc5a3adac changed collect_format, collect_value() and lcopy_format, lcopy_value() in
Sat Feb 17 04:55:35 2001  Tim Janik  <timj@gtk.org>

        * gtype.[hc]: changed collect_format, collect_value() and lcopy_format,
        lcopy_value() in the GTypeValueTable. the collect functions are now
        called only once per value, collect_format/lcopy_format are strings
        that enlist all necessary GTypeCValues to be varargs-collected.

        * gvalue.h: ranamed STATIC_TAG to G_VALUE_NOCOPY_CONTENTS to indicate that
        a value shouldn't copy its contents.

        * gvaluecollector.h: changed G_VALUE_COLLECT() and G_VALUE_LCOPY()
        macros to carry an additional argument (flags) that can be used
        to pass G_VALUE_NOCOPY_CONTENTS along to the collection functions.

        * *.c: adapted collect_value() and lcopy_value() functions to the new
        prototypes, support G_VALUE_NOCOPY_CONTENTS where apropriate.

        * gsignal.[hc]: introduced a G_SIGNAL_TYPE_STATIC_SCOPE flag that can
        be passed along (ORed) with the parameter types, indicating that the
        emission arguments are to be considered static for the scope of the
        emission. should be used with care and only if the caller knows that
        a parameter cannot be destroyed/freed from signal handlers connected
        to an emission.
2001-02-17 05:32:00 +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 added some function documentations. 2001-01-09 02:18:57 +00:00
gboxed.sgml Updates added 2000-11-11 00:03:57 +00:00
generic_values.sgml Updates added 2000-11-11 00:03:57 +00:00
gobject-unused.sgml changed collect_format, collect_value() and lcopy_format, lcopy_value() in 2001-02-17 05:32:00 +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 added some function documentations. 2001-01-09 02:18:57 +00:00
param_specs.sgml adapt to work with new CVS gtk-doc, leaving the old rules in place caused 2001-01-31 06:27:41 +00:00
signals.sgml minor markup cleanups 2001-01-09 15:29:15 +00:00
standard_params.sgml added some function documentations. 2001-01-09 02:18:57 +00:00
types.sgml changed collect_format, collect_value() and lcopy_format, lcopy_value() in 2001-02-17 05:32:00 +00:00
value_collection.sgml Improve separation of generic non-generic parts and dependencies. 2000-09-06 15:01:07 +00:00
value_types.sgml adapt to work with new CVS gtk-doc, leaving the old rules in place caused 2001-01-31 06:27:41 +00:00