summaryrefslogtreecommitdiff
path: root/gobject/gvaluetypes.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05Imported Upstream version 2.78.4upstream/2.78.4Mateusz Majewski1-3/+3
2024-02-02Imported Upstream version 2.74.1Mateusz Majewski1-5/+1
2024-02-02Imported Upstream version 2.73.3Mateusz Majewski1-0/+2
2021-10-29Imported Upstream version 2.69.0upstream/2.69.0DongHun Kwak1-1/+1
2021-10-29Imported Upstream version 2.65.1upstream/2.65.1DongHun Kwak1-2/+2
2021-10-29Imported Upstream version 2.65.0upstream/2.65.0DongHun Kwak1-37/+62
2019-12-03Imported Upstream version 2.61.0Hyunjee Kim1-1/+1
2019-12-03Imported Upstream version 2.58.2Hyunjee Kim1-1/+1
2019-12-03Imported Upstream version 2.55.1Hyunjee Kim1-4/+5
2017-09-29Imported Upstream version 2.53.3DongHun Kwak1-1/+1
2017-05-19Imported Upstream version 2.51.1DongHun Kwak1-5/+5
2016-05-10Imported Upstream version 2.48.0Ryan Lortie1-1/+1
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-05-21Use 'dumb quotes' rather than `really dumb quotes'Dan Winship1-10/+10
2012-01-14values: Use v_pointer for g_value_set_gtype()Benjamin Otte1-2/+2
2011-11-29Do not use static GTypeInfo and GInterfaceInfoNicola Fontana1-1/+1
2011-10-18gobject: Use G_VALUE_INITJavier Jardón1-1/+1
2011-09-22gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters1-1/+41
2011-08-19Add missing (allow-none) annotations to g_value_set_string functionsPavel Holejsovsky1-4/+4
2011-08-17Add (allow-none) annotation for GValue setters.Pavel Holejsovsky1-2/+2
2011-07-12GVariant: add g_variant_take_ref()Ryan Lortie1-7/+7
2011-06-13Drop a few more G_CONST_RETURNRyan Lortie1-1/+1
2011-06-03gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters1-1/+2
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi1-1/+1
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie1-1/+1
2010-12-19Add GI annotations to GValue and GValueArray.Pavel Holejsovsky1-1/+1
2010-09-13g_strdup_value_contents(): dump GStrv more usefullyWill Thompson1-0/+19
2010-08-18Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch1-9/+1
2010-07-07gobject/: fully remove gobjectalias hacksRyan Lortie1-4/+0
2010-06-19Tiny docs fixChristian Persch1-4/+4
2010-06-19Add g_value_take_variantChristian Persch1-0/+39
2010-06-17fix a typoMatthias Clasen1-1/+1
2010-06-17Add fundamental type and pspec for GVariantChristian Persch1-0/+148
2008-08-01Clarify some docsMatthias Clasen1-2/+2
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer1-61/+61
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer1-5/+6
2008-06-21Migrating docs.Stefan Kost1-0/+248
2008-06-21Migrating docs.Stefan Kost1-1/+11
2008-06-21Migrating docs.Stefan Kost1-0/+9
2006-09-30Fix some issues with PLT entries.Matthias Clasen1-6/+6
2005-12-22implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik1-0/+29
2005-08-31Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen1-13/+13
2005-05-20dup the new value before freeing the old, just in case. (#172142, MortenMatthias Clasen1-2/+7
2005-03-14Make work again.Matthias Clasen1-1/+3
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-1/+2
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen1-0/+7
2001-11-04Add a function g_pointer_type_register_static() to register a type derivedOwen Taylor1-0/+26
2001-10-12cosmetic fixups.Tim Janik1-10/+10
2001-10-11Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin1-36/+94
2001-10-03Add support for G_TYPE_INT64 and storing it in GValue (Patch from MathieuOwen Taylor1-0/+35