cleanup
[platform/upstream/glib.git] / gobject / gvaluetypes.c
2014-01-31 Daniel MustielesUpdated FSF's address
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2012-01-14 Benjamin Ottevalues: Use v_pointer for g_value_set_gtype()
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-30 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2011-10-18 Javier Jardóngobject: Use G_VALUE_INIT
2011-09-23 Colin Waltersgvalue: Add explicitly signed g_value_get_schar() and...
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-19 Pavel HolejsovskyAdd missing (allow-none) annotations to g_value_set_str...
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-17 Pavel HolejsovskyAdd (allow-none) annotation for GValue setters.
2011-07-12 Ryan LortieGVariant: add g_variant_take_ref()
2011-06-13 Ryan LortieDrop a few more G_CONST_RETURN
2011-06-03 Colin Waltersgobject: Use _ prefixing in private headers over G_GNUC...
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-19 Pavel HolejsovskyAdd GI annotations to GValue and GValueArray.
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-13 Will Thompsong_strdup_value_contents(): dump GStrv more usefully
2010-08-17 Christian PerschUse G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritte...
2010-07-07 Ryan Lortiegobject/: fully remove gobjectalias hacks
2010-06-19 Christian PerschTiny docs fix
2010-06-19 Christian PerschAdd g_value_take_variant
2010-06-17 Matthias Clasenfix a typo
2010-06-17 Christian PerschAdd fundamental type and pspec for GVariant
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2008-08-01 Matthias ClasenClarify some docs
2008-06-22 Michael Nattererremove trailing whitespace from newly added gtk-doc...
2008-06-22 Michael Natterermoved includes back to the top of the files (before...
2008-06-21 Stefan KostMigrating docs.
2008-06-21 Stefan KostMigrating docs.
2008-06-21 Stefan KostMigrating docs.
2006-09-30 Matthias ClasenFix some issues with PLT entries.
2005-12-22 Tim Janikimplemented G_TYPE_GTPYE. applied patch from matthias...
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-05-20 Matthias Clasendup the new value before freeing the old, just in case...
2005-03-14 Matthias ClasenMake work again.
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2003-09-12 Matthias ClasenMake the g_value_set_x_take_ownership() functions ...
2001-11-04 Owen TaylorAdd a function g_pointer_type_register_static() to...
2001-10-12 Tim Janikcosmetic fixups.
2001-10-11 Joshua N PritikinFill in missing support for gint64 & guint64 (#59254).
2001-10-03 Owen TaylorAdd support for G_TYPE_INT64 and storing it in GValue...
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-14 Tim Janikmade config arg to g_scanner_new() const.
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-02-17 Havoc Penningtoninclude string.h
2001-02-17 Tim Janikchanged collect_format, collect_value() and lcopy_forma...
2001-01-31 Tim Janikadapt to work with new CVS gtk-doc, leaving the old...
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-10-27 Tim Janikconst fix
2000-10-25 Tim Janikadded g_value_set_static_string().
2000-10-25 Tim Janikadded newly added gobject/ headers.
2000-06-24 Tim Janikdefine gstring in terms of gchar*. this typedef reflect...