glib/gobject
Tim Janik 743f49cec9 applied patch from owen to implement GParamSpecUnichar.
Sat Mar 31 23:55:58 2001  Tim Janik  <timj@gtk.org>

        * gtype.h:
        * gparamspecs.[hc]: applied patch from owen to implement
        GParamSpecUnichar.

Fri Mar 30 07:34:02 2001  Tim Janik  <timj@gtk.org>

        * gtype.c (type_iface_retrive_holder_info_Wm):
        * gtypeplugin.c (g_type_plugin_complete_interface_info):
        * gtypemodule.c (g_type_module_complete_interface_info):
        change order of instance_type and interface_type so they match
        the g_type_add_interface_*() API.

        * gsignal.c (g_signal_emit_valist): always assign C return value
        location, people depending on unaltered return values after emissions
        that had no handlers to run need to use g_signal_emitv().

        * gtype.[hc] (g_type_query): new function to allow querying of
        class and object size (semantics like g_signal_query()).
        currently the implementation is better held conservative so as to
        only support types that are classed and static.
2001-04-01 04:04:46 +00:00
..
.cvsignore shut up CVS 2001-03-11 13:34:14 +00:00
ChangeLog applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gboxed.c This takes a `const GValue *' argument. 2001-03-21 11:16:38 +00:00
gboxed.h This takes a `const GValue *' argument. 2001-03-21 11:16:38 +00:00
gbsearcharray.c removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gbsearcharray.h removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gclosure.c removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gclosure.h removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +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 Use G_BEGIN_DECLS and G_END_DECLS. 2001-03-09 21:39:51 +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 only queue readable properties for notification changes. 2001-03-28 15:26:19 +00:00
gobject.def Updates. Add module-test rules. 2001-03-29 19:52:45 +00:00
gobject.h Use G_BEGIN_DECLS and G_END_DECLS. 2001-03-09 21:39:51 +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 removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gparam.h Use G_BEGIN_DECLS and G_END_DECLS. 2001-03-09 21:39:51 +00:00
gparamspecs.c applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gparamspecs.h applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gsignal.c applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gsignal.h Use G_BEGIN_DECLS and G_END_DECLS. 2001-03-09 21:39:51 +00:00
gtype.c applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gtype.h applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gtypemodule.c applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gtypemodule.h *** empty log message *** 2000-11-11 06:46:30 +00:00
gtypeplugin.c applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gtypeplugin.h Use G_BEGIN_DECLS and G_END_DECLS. 2001-03-09 21:39:51 +00:00
gvalue.c removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gvalue.h Use G_BEGIN_DECLS and G_END_DECLS. 2001-03-09 21:39:51 +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 removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gvaluetransform.c Include <string.h> for memcpy. 2001-03-08 21:34:53 +00:00
gvaluetypes.c removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gvaluetypes.h removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
Makefile.am Use the _LIBADD dependencies on libglib only on Win32. 2001-03-10 20:03:53 +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