glib/gobject
Tor Lillqvist 6e521087ad Another of the glib DLL's functions was erronously present in the stable
2004-03-04  Tor Lillqvist  <tml@iki.fi>

	* gobject.def: Another of the glib DLL's functions was erronously
	present in the stable branch's gobject.def: g_unichar_validate,
	and nobody noticed until too late. Thus there are applications
	deployed that expect it to be found in the gobject DLL, and to
	keep ABI compatibility, we must keep it there forever. Argh.
2004-03-04 06:43:00 +00:00
..
.cvsignore Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. 2003-09-12 20:33:31 +00:00
ChangeLog Another of the glib DLL's functions was erronously present in the stable 2004-03-04 06:43:00 +00:00
gboxed.c Add a boxed type for nul-terminated string arrays. (#110528) 2004-01-09 22:39:55 +00:00
gboxed.h Add a boxed type for nul-terminated string arrays. (#110528) 2004-01-09 22:39:55 +00:00
gclosure.c glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems to 2002-03-13 15:36:04 +00:00
gclosure.h Add some padding to the class. 2002-02-23 20:08:13 +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 Add /*< public >*/ and /*< private >*/ markers for documentation purposes. 2003-10-28 22:26:18 +00:00
glib-genmarshal.1 Remove references to gruntime. This includes renaming the test program 2002-02-26 21:23:52 +00:00
glib-genmarshal.c Don't generate code using deprecated APIs. (#122292, Christian Persch) 2003-09-14 22:05:36 +00:00
glib-mkenums.1 Document the lowercase_name trigraph option. 2004-01-10 22:57:59 +00:00
glib-mkenums.in Support parsing of intializers containing macros with arguments. (#129717) 2004-02-27 00:49:56 +00:00
gmarshal.list Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. 2003-09-12 20:33:31 +00:00
gobject-query.c fix iterating over fundamental types. 2003-09-02 12:58:23 +00:00
gobject.c fix g_object_set() whithin _init() implementations not working for 2003-11-29 14:00:06 +00:00
gobject.def Another of the glib DLL's functions was erronously present in the stable 2004-03-04 06:43:00 +00:00
gobject.h Add a new GParamSpecOverride type that is a pointer to a different 2003-10-21 19:12:27 +00:00
gobject.rc.in gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, as 2002-11-21 03:08:50 +00:00
gobjectnotifyqueue.c Add a new GParamSpecOverride type that is a pointer to a different 2003-10-21 19:12:27 +00:00
gparam.c Add a new GParamSpecOverride type that is a pointer to a different 2003-10-21 19:12:27 +00:00
gparam.h 100% 2003-10-24 23:10:37 +00:00
gparamspecs.c Add a new GParamSpecOverride type that is a pointer to a different 2003-10-21 19:12:27 +00:00
gparamspecs.h Add a new GParamSpecOverride type that is a pointer to a different 2003-10-21 19:12:27 +00:00
gsignal.c Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. 2003-09-12 20:33:31 +00:00
gsignal.h Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. 2003-09-12 20:33:31 +00:00
gsourceclosure.c wrap g_io_channel_ref in a function that returns the passed in GIOChannel, 2004-01-11 23:59:49 +00:00
gsourceclosure.h Improve the detection of invalid includes by moving the test outside the 2001-11-22 18:55:06 +00:00
gtype.c provide a short-cut version for this macro in case 2004-02-03 20:30:23 +00:00
gtype.h added (GTypeFlags) cast needed by C++. 2004-02-20 01:47:26 +00:00
gtypemodule.c fix typo in last commit, cast to GTypeValueTable * to get rid of const 2003-08-25 22:02:22 +00:00
gtypemodule.h Add /*< public >*/ and /*< private >*/ markers for documentation purposes. 2003-10-28 22:26:18 +00:00
gtypeplugin.c applied patch from owen to implement GParamSpecUnichar. 2001-04-01 04:04:46 +00:00
gtypeplugin.h Add /*< public >*/ and /*< private >*/ markers for documentation purposes. 2003-10-17 23:33:03 +00:00
gvalue.c Use g_assert() instead of g_return_val_if_fail(), suggested by Sheldon 2003-12-17 22:29:07 +00:00
gvalue.h provide marshaller specific value_set_*_take_ownership() variants. 2002-02-19 17:38:45 +00:00
gvaluearray.c Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437, 2002-11-04 20:09:48 +00:00
gvaluearray.h Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow 2002-11-08 18:47:56 +00:00
gvaluecollector.h Include gtypes.h not gobject/gtype.h 2001-11-18 00:38:48 +00:00
gvaluetransform.c Optimize the common cases (init == NULL or init == "") a bit. replace uses 2003-03-30 22:02:20 +00:00
gvaluetypes.c Make the g_value_set_x_take_ownership() functions "official" part of the 2003-09-12 20:11:38 +00:00
gvaluetypes.h Make the g_value_set_x_take_ownership() functions "official" part of the 2003-09-12 20:11:38 +00:00
Makefile.am Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals. 2003-09-12 20:33:31 +00:00
makefile.mingw.in Hardcode 2.0 in the names, as that is what Makefile.am does. 2002-11-21 03:25:35 +00:00
makefile.msc.in Hardcode 2.0 in the names, as that is what Makefile.am does. 2002-11-21 03:25:35 +00:00
marshal-genstrings.pl Hacky script to fix up your .msc.in files on windows. Dunno if this is a 2001-08-04 15:49:55 +00:00
testgobject.c Add g_type_add/remove_interface_check(), which allows inserting a 2003-10-02 05:24:21 +00:00