summaryrefslogtreecommitdiff
path: root/gobject/glib-genmarshal.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-01More of the sameMatthias Clasen1-10/+14
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen1-1/+1
2008-06-27move G_OS_WIN32 inclusion of <io.h> down to where G_OS_WIN32 will beHans Breuer1-4/+3
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer1-12/+14
2007-12-12Always exit with non-zero error code when printing warnings.Mathias Hasselmann1-4/+7
2007-10-13Reviewed by Tim Janik.Sven Herzberg1-2/+2
2007-02-13Add comment about dup(0) and lack of /dev/stdin on Win32. (#407431)Tor Lillqvist1-0/+1
2007-01-01Handle "/dev/stdin" by dup()ing fd 0 so that it works on Win32, too.Tor Lillqvist1-1/+6
2006-08-23added new command-line option "--internal" that can be used to letSven Neumann1-23/+31
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