summaryrefslogtreecommitdiff
path: root/gobject/glib-genmarshal.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-28Silence compiler warnings.Matthias Clasen1-1/+1
2005-11-17const correctness fixes, found by Arjan van de Ven and gcc.Matthias Clasen1-1/+1
2004-07-21Use the correct fields for enums and flags. (#145015,Tommi Komulainen)Matthias Clasen1-2/+2
2003-09-14Don't generate code using deprecated APIs. (#122292, Christian Persch)Matthias Clasen1-4/+4
2002-12-12Add a test for positional parameters in g_snprintf(). Use g_printf()Matthias Clasen1-77/+77
2002-05-07Fix include order for config.h (#71704, Morten Welinder)Owen Taylor1-1/+2
2002-02-26Remove references to gruntime. This includes renaming the test programMatthias Clasen1-5/+5
2002-02-19provide marshaller specific value_set_*_take_ownership() variants.Tim Janik1-58/+95
2001-11-17Exit with non-zero exit status if any errors were encountered.Owen Taylor1-5/+17
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik1-8/+3
2001-10-11Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin1-8/+4
2001-10-03Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor1-0/+8
2001-07-26added a "release_check" to the OutArgument structure, which, if present,Michael Natterer1-21/+34
2001-07-20Modified to create header files which use G_[BEGIN,END]_DECLS instead ofRon Steinke1-2/+2
2001-03-09test program. covers run first/last/cleanup signal handlers, return valueTim Janik1-1/+1
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-116/+151
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-23/+95
2000-11-28Fix warnings.Elliot Lee1-1/+1
2000-10-27Make glib-genmarshal.exe.Tor Lillqvist1-0/+8
2000-10-27publically define GSignalInvocationHint structure that gets passed in toTim Janik1-2/+2
2000-10-25added newly added gobject/ headers.Tim Janik1-0/+693