glib/gobject
Tim Janik 43b692c8eb test program. covers run first/last/cleanup signal handlers, return value
Fri Mar  9 14:57:17 2001  Tim Janik  <timj@gtk.org>

        * testgruntime.c: test program. covers run first/last/cleanup signal
        handlers, return value accumulator, signal string returns, and
        interface types in signal arguments.

        * gtype.c (g_type_value_table_peek): for interface types without
        value table, try looking up a value table from an instantiatable
        prerequisite type (this is safe as an interface may only have
        one instantiatable prerequisiste).
        (type_check_is_value_type_U): same here.

        * gsignal.c (g_signal_newv): assert that return types never have
        G_SIGNAL_TYPE_STATIC_SCOPE set.
        (g_signal_newc): only create class closure if the class_offset is not
        0.
2001-03-09 14:02:30 +00:00
..
.cvsignore magic sprinkles 2001-03-07 14:49:28 +00:00
ChangeLog test program. covers run first/last/cleanup signal handlers, return value 2001-03-09 14:02:30 +00:00
gboxed.c destruction cleanup. there's one ->finalize_hook member in the hooklist 2001-03-08 16:34:59 +00:00
gboxed.h changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gbsearcharray.c changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gbsearcharray.h changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gclosure.c changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gclosure.h changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
genums.c changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
genums.h changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
glib-genmarshal.1 changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
glib-genmarshal.c test program. covers run first/last/cleanup signal handlers, return value 2001-03-09 14:02:30 +00:00
gmarshal.list test program. covers run first/last/cleanup signal handlers, return value 2001-03-09 14:02:30 +00:00
gobject-query.c changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gobject.c destruction cleanup. there's one ->finalize_hook member in the hooklist 2001-03-08 16:34:59 +00:00
gobject.def glib.def gobject/gobject.def Update. 2001-03-08 20:51:46 +00:00
gobject.h changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +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 changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gparam.h changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gparamspecs.c use g_type_is_a() to check for object_type being a G_TYPE_OBJECT, not 2001-03-09 09:14:32 +00:00
gparamspecs.h destruction cleanup. there's one ->finalize_hook member in the hooklist 2001-03-08 16:34:59 +00:00
gsignal.c test program. covers run first/last/cleanup signal handlers, return value 2001-03-09 14:02:30 +00:00
gsignal.h destruction cleanup. there's one ->finalize_hook member in the hooklist 2001-03-08 16:34:59 +00:00
gtype.c test program. covers run first/last/cleanup signal handlers, return value 2001-03-09 14:02:30 +00:00
gtype.h destruction cleanup. there's one ->finalize_hook member in the hooklist 2001-03-08 16:34:59 +00:00
gtypemodule.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gtypemodule.h *** empty log message *** 2000-11-11 06:46:30 +00:00
gtypeplugin.c fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gtypeplugin.h fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gvalue.c changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gvalue.h get rid of bogus g_value_convert 2001-03-07 20:04:54 +00:00
gvaluearray.c changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gvaluearray.h changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gvaluecollector.h changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gvaluetransform.c Include <string.h> for memcpy. 2001-03-08 21:34:53 +00:00
gvaluetypes.c changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
gvaluetypes.h changed prototype of g_boxed_type_register_static() to contain an optional 2001-03-07 14:46:45 +00:00
Makefile.am test program. covers run first/last/cleanup signal handlers, return value 2001-03-09 14:02:30 +00:00
makefile.mingw.in glib.def gobject/gobject.def Update. 2001-03-08 20:51:46 +00:00
makefile.msc.in updated for win32 msvc build 2001-02-19 21:51:19 +00:00
testgobject.c test program. covers run first/last/cleanup signal handlers, return value 2001-03-09 14:02:30 +00:00
testgruntime.c test program. covers run first/last/cleanup signal handlers, return value 2001-03-09 14:02:30 +00:00