summaryrefslogtreecommitdiff
path: root/gobject/gvaluetypes.c
Commit message (Expand)AuthorAgeFilesLines
* gobject: Fix some annotationsbadcel2023-02-241-2/+2
* GValue: document ownership transfer in g_value_take_stringLukáš Tyrychtr2023-01-251-1/+1
* gobject: Always ref-sink variants in g_object_setMatthias Clasen2022-10-241-5/+1
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* g_value_set_string description: clarified (unified), that v_string is a copy.DarkTrick2021-06-231-1/+1
* gvalue: Do copy non-interned stringsEdward Hervey2020-06-231-2/+2
* gobject: Handle runtime checks as suchEdward Hervey2020-05-201-36/+26
* GValue: Add interned string supportEdward Hervey2020-05-191-0/+26
* gvalue: Static strings should not be copiedEdward Hervey2020-05-191-1/+10
* gobject: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall2019-03-081-1/+1
* g_value_get_variant: return value is transfer-none not transfer-fullChristoph Reiter2018-11-251-1/+1
* gobject: Add missing annotations to GValue variant methodsPhilip Withnall2017-11-281-4/+5
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-5/+5
* gio/gobject: Various introspection fixesRico Tzschichholz2016-02-031-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-10/+10
* values: Use v_pointer for g_value_set_gtype()Benjamin Otte2012-01-141-2/+2
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-291-1/+1
* gobject: Use G_VALUE_INITJavier Jardón2011-10-181-1/+1
* gvalue: Add explicitly signed g_value_get_schar() and g_value_set_schar()Colin Walters2011-09-221-1/+41
* Add missing (allow-none) annotations to g_value_set_string functionsPavel Holejsovsky2011-08-191-4/+4
* Add (allow-none) annotation for GValue setters.Pavel Holejsovsky2011-08-171-2/+2
* GVariant: add g_variant_take_ref()Ryan Lortie2011-07-121-7/+7
* Drop a few more G_CONST_RETURNRyan Lortie2011-06-131-1/+1
* gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters2011-06-031-1/+2
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-1/+1
* Add GI annotations to GValue and GValueArray.Pavel Holejsovsky2010-12-191-1/+1
* g_strdup_value_contents(): dump GStrv more usefullyWill Thompson2010-09-131-0/+19
* Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch2010-08-181-9/+1
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-071-4/+0
* Tiny docs fixChristian Persch2010-06-191-4/+4
* Add g_value_take_variantChristian Persch2010-06-191-0/+39
* fix a typoMatthias Clasen2010-06-171-1/+1
* Add fundamental type and pspec for GVariantChristian Persch2010-06-171-0/+148
* Clarify some docsMatthias Clasen2008-08-011-2/+2
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-61/+61
* moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer2008-06-221-5/+6
* Migrating docs.Stefan Kost2008-06-211-0/+248
* Migrating docs.Stefan Kost2008-06-211-1/+11
* Migrating docs.Stefan Kost2008-06-211-0/+9
* Fix some issues with PLT entries.Matthias Clasen2006-09-301-6/+6
* implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik2005-12-221-0/+29
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-13/+13
* dup the new value before freeing the old, just in case. (#172142, MortenMatthias Clasen2005-05-201-2/+7
* Make work again.Matthias Clasen2005-03-141-1/+3
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-1/+2
* Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen2003-09-121-0/+7
* Add a function g_pointer_type_register_static() to register a type derivedOwen Taylor2001-11-041-0/+26